Posted: 11/21/2011
my last column is editible (combination of dropdown list (edit item template) and label (item template). Everything works fine, but everytime when I update one of rows for that column, column gets sorted (I mean rows get sorts by that column), why is that how can i disable this column sorting, It's strange couse i don't have sorting expression defined for that (editable) column. It's anoying how row, when it is updated runs to the top of table, it isn't still because of this column sorting.
Posted: 12/16/2011
Do you by any chance have an order by on your SQL query that is used to populate the gridview (I'm assuming that you are using a query to populate your gridview). If not, can you try to set the AllowSorting property of your gridview to false.