I just started usng the grid and it's a great product!!!. and I have a question.. i am doing a select on a db and the selected items i will like to insert them into another db. Can this be done ? on the same grid?
thanks... Mike
0
Stefan Dobrev
Telerik team
answered on 11 Feb 2009, 12:33 PM
Hello Mike,
Thanks for the kind words about our product.
Regarding the scenario you have described if I understand it correctly I think it can be achieved with RadGridView. You can use SelectedRecords property of the grid that will return all select items. Using the selected items you can easily save them using a service whether it is ADO.NET Data Service or pure WCF Service. You can check this post on how to achieve something similar using RadGridView and Telerik OpenAccess ORM