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
170
Refreshing the sort in the grid
posted

Hi,

I'm using an UltraWinGrid that is connected to an UltraDataSource for it's data source. The grid itself is read only, but rows can be added to it through code via the UltraDataSource. I also have a fixed sort in ascending order of the first column.

My problem is that any new rows that are added to the grid always appear at the bottom, instead of being sorted like the rest. I was wondering if there's a way to refresh the sort for the grid, or even better, a way to have the newly added rows be sorted automatically.

 

Thanks for your help,

Timothy