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
2387
programmatically sorting
posted

I am data binding BindingList of custom objects to one of your wonderful UltraGrid controls.  The UltraGrid is configured to allow the end user to change the sort order by clicking on the column header, which is great!

When I add a new object to the BindingList, that object shows up at the bottom, how can I  programmatically tell the control to re-sort the list based on what ever the sort preference is of the user?

Sam