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
1075
DragDrop between brands not working for first one
posted

Hi!

I have a form with tree of reports and list of stored subreports. User can drag-drop subreports from list of stored subreports to one of the reports and user can move subreports between reports. All is working fine. But if user expand first brand (first report) and then try to add reports to it then new reports not showing up. If user first add some reports then expand then add reports after expanding - everything is Ok. Also everything is ok with the second brand - new reports always showed.

Please help to solve this issue.

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    The grid has no built-in functionality to drag and drop rows at all, much less drag them between islands of data. Your code must be handling the drag and drop operations and updating the underlying data source in order to create a new hierarchy of rows.

    So I'm really not sure I can help here, since you didn't even mention what your code is doing or how it's doing it.

    Is the data actually changing and the grid simply not reflecting the changes? Or is the data not changing at all?

     

  • 1075
    posted

    Problem area is highlighted with red in the attached picture