how can hide the grid view data
-
iam having a grid data like this Empno Ename Path 1 xyz x/y/z 1 xyz x/y/z 1 xyz x/y/z in one case i dont want path column not to display in the grid it is easy that in grid rowdatabound cell(3)visible = false but it is a template field.so how can i hide the headertext and data column
-
iam having a grid data like this Empno Ename Path 1 xyz x/y/z 1 xyz x/y/z 1 xyz x/y/z in one case i dont want path column not to display in the grid it is easy that in grid rowdatabound cell(3)visible = false but it is a template field.so how can i hide the headertext and data column
Just Dont define it in the grid view means u will have a code like this remove those according to your requirement
-
Just Dont define it in the grid view means u will have a code like this remove those according to your requirement
hi i was little bit confused will u explain cleary tha why sort expression is needed
-
hi i was little bit confused will u explain cleary tha why sort expression is needed
Hey i just posted that if in your project if you don't need any template go to the source part there you can edit your Grid view