I want to find a grid that can solve the following problem for me. Say I have a retailer and that retailer can sell product_types I would like to display 2 grids. The first displays all product_types the retailer sells and the second with all the product_types )(excluding the ones he is already selling for).
Then I would like to have 4 buttons <<, <, >, >> so I can move product_types between the controls. Would this be possible/ easy to do with this grid, I have several insteances where I want to implement this dual grid control.
If not can someone point me in the right direction please.