We are using grid to manage group access to our users, and we have drag and drop enabled. We want to use Context menu and add a item Add access and Remove access in our grid.
We have 2 grids beside each other, and would like to get the add access in the right grid, and remove access in the left grid instead of using drag and drop.
Is there an event or function that will allow us to do this?
You can attach dhtmlxMenu to the grid and use it like context menu. Please find examples here dhtmlx.com/docs/products/dht … text_menu/
But how can i move one or more selected row from one grid to another grid on the same page. I want to do the same as drag and drop function, but want to use context menu.
As always, excellent service, excellent product. thank you.