Clear DataGrid sorting
-
Hi, i have a datagrid with sorting is enabled what i want is after i sort the data to be able to return it to it's default state without sorting. I am using vb.net 2003 windows application. thanks
Mohammad Al Hoss
-
Hi, i have a datagrid with sorting is enabled what i want is after i sort the data to be able to return it to it's default state without sorting. I am using vb.net 2003 windows application. thanks
Mohammad Al Hoss
-
set the sort = "" should do it - or it might be nohing rather than an empty string Hope this helps
Bob Ashfield Consultants Ltd
can u please give me a code sample
Mohammad Al Hoss
-
can u please give me a code sample
Mohammad Al Hoss
-
Sorry, I was a bit misleading. You need to set the sort on your datasource, not the grid itself. This may help http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=4973[^]
Bob Ashfield Consultants Ltd
Thanks for your help
Mohammad Al Hoss
-
Thanks for your help
Mohammad Al Hoss