Hello,
i want to have two listgrids, doing COPY drag-drop from left to right.
However, i want the source to not show those rows that have already been dragged to the left.
Initially i have solved with a custom fetch operation with custom SQL, however, when i drag they do not disappear in the left one, not until i reload the page.
If i do MOVE as drag action, a delete-request is issued and i don't want that, i only want the left grid to be visually filtered for the user's convenience.
Is there a smart way to do this. Maybe a callback so that i can tell the left grid to reload itself? Or something even better?
Pointers appreciated.
i want to have two listgrids, doing COPY drag-drop from left to right.
However, i want the source to not show those rows that have already been dragged to the left.
Initially i have solved with a custom fetch operation with custom SQL, however, when i drag they do not disappear in the left one, not until i reload the page.
If i do MOVE as drag action, a delete-request is issued and i don't want that, i only want the left grid to be visually filtered for the user's convenience.
Is there a smart way to do this. Maybe a callback so that i can tell the left grid to reload itself? Or something even better?
Pointers appreciated.
Comment