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

Parents
  • 37774
    Suggested Answer
    posted

    What's the process that you're using to handle the drag/drop reordering of the rows?  Are you using a process similar to the following article?

    HOWTO:How to drag and drop rows in a single WinGrid

    I did a test of manually reordering the BindingList that a grid is bound to and the grid was correctly picking up these notifications, so if you could post a small sample project, or at least a basic description, it would help me track down where your problem is.

    -Matt

Reply Children
No Data