datagrid, enable sorting, disable auto scrolling
If have enabled sorting in my datagrid. The problem is, that the datagrid is scrolling down to the latest data update in the table, but I want always show the top of the table. Is it possible to disable automatic scrolling. Can't find the problem on the net. Thanks in advance for your help.
jap johnPosted Jul 26, 2005, 7:30 AM
Just do one thing, right click on your data-grid and go into the properties a right-Side docable window. Then make AutoSort propertie false but AllowSorting should
be true and take a dataview in the code-behind and apply some sortexpression on
that data-grid in code-behind
Best Luck !