Solved
How to implement two grid with functionality select some item from grid 1 and click add button to put all that item to grid 2.
I want to make UI where two grid will be shown grid 1 will have all data and grid 2 will be initially empty. In grid 1 we have checkbox where we can select different row and when we click add button then all selected items will be transferred to the second grid and selected item will be deleted from grid 1.


