Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Sorting Columns and Row Index
posted

Hi.

 After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order.

I have an ultra grid with a user name column and a textbox where the user may type in a username to search for.

On the ultragrid.InitializeRow method i match the value of the row with the textbox, and save the row index (e.row.index...e being the ultrawebgrid.RowEventArgs for the InitializeRow event). The problem is that the row.index value matches the row before the grid is sorted, not after.

Is the sorting done after this event is fired, or did i miss a grid property to force it to sort on the server?