I discovered that when a ROW in my ASP.NET gridview is in Edit mode and I click on column sorting, that now I am actually editing something else.
There are only like a dozen rows, so it is not like having to think and worry about paging on this Grid.
Either #2 or #3 are my choices but I don't see any feasible solutions so far.
On a Gridview that has many columns, it can be a bit of an issue to change the SortExpression one at a time. What I've done, in the Gridview1_RowEditing function is:
Gridview1.AllowSorting = false;
Then I set this back to true when the editing is completed or canceled.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With