how to sort the datagrid when i will click on any column header
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
please tell me how to sort the datagrid when i will click on any column header.if it is possible for any one then please give me small sample code to implement it using vb.net. tbhattacharjee
-
please tell me how to sort the datagrid when i will click on any column header.if it is possible for any one then please give me small sample code to implement it using vb.net. tbhattacharjee
When the "AllowSorting" property is set to true, a triangle appears in each column header indicating the direction of the sort. The user can click on any column header to sort the grid by that column. Clicking the column a second time changes the direction of the sort. make sure "Allowproperty" is set true shihab