J
James Ramaley
I am trying to use the DataGrid SortCommand event, but it is not
recognized by the IDE's syntax checker. The same applies for the
DataGridSortCommandEventArgs class. All the examples I found are
ASP.NET related, but no windows forms samples. What am I doing wrong?
In my windows app I just need to detect when grid column sorting
changes, so that I can restore it when the DataSource is replaced. Is
there an alternative way to do this?
thanks
recognized by the IDE's syntax checker. The same applies for the
DataGridSortCommandEventArgs class. All the examples I found are
ASP.NET related, but no windows forms samples. What am I doing wrong?
In my windows app I just need to detect when grid column sorting
changes, so that I can restore it when the DataSource is replaced. Is
there an alternative way to do this?
thanks