how to access hidden columns in the grid
-
hi all, how to access hidden and visible columns in update event of datagrid? here i have first column is invisible and and second column is visible.so how can i access the invisible first column and also the visible second column. any links or suggestions are welcome.
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
hi all, how to access hidden and visible columns in update event of datagrid? here i have first column is invisible and and second column is visible.so how can i access the invisible first column and also the visible second column. any links or suggestions are welcome.
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
All columns, visible or invisible are accessed in the same way programmatically. The invisible columns are just hidden from the design and runtime view, but still exist in the object. SG
-
All columns, visible or invisible are accessed in the same way programmatically. The invisible columns are just hidden from the design and runtime view, but still exist in the object. SG
but i get error accessing them can u just say me the code snippet to access them using vb.net thanks in advance
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"