I need to select some items which are displayed on left end and press of button which is at center, appear selected items to right end. Is there this implemented in Telerik. If so, please let me know Url of it.
One suggestion is, using two grids to achieve this. In the example below I stored the selected rows of the first grid in a DataTable and set that DataTable as the DataSource for the second grid inside the buttonClick event. Here is the code which I tried.