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
165
Reordering items in my grid's datasource not reflected on grid itself
posted

I'm implementing drag and drop reordering of rows in my UltraGrid by changing the order of the items in my grids datasource, which is a BindingList<T>.

My code correctly manages the order of items in the BindingList, but the grid does not reflect that order.

Any ideas as to what I'm doing wrong?

Thanks,

jb