I would like to save the data from a gridview to a sharepoint list. I have watched the video demo from http://sharepoint.telerik.com/silverlight/Pages/default.aspx and it has 80% of what I want to accomplish in my project. Instead, I have already created a sharepoint list in my website, where each sharepoint list column has its own value or string. What I would like to do is that after user save the data in the grid, there is a link showing in one of the column in the sharepoint list. And then for someone who manage the data, he/she can clicks to the link and a popup window can show the saved grid data. I wonder if this is possible to accomplish currently? Thank you so much.
6 Answers, 1 is accepted
Will it be possible to provide a bit more details about your exact requirements ? Do you refer this video as the one being helpful for you ? Do you want to display RadGridView in a web part that is displayed once you click on a particular link in your SharePoint list ? Do you display the same data in the list and the grid ?
Maya
the Telerik team
Thank you for your reply. I would like to display the RadGridView in a web part that is displayed once I clock on a particular link in my Sharepoint List. Is it feasible to do it in the current Telerik tool? Thanks
Generally, placing RadGridView in a web part should not be any different than placing a regular Silverlight data-bound control in it. Could you clarify what are the exact troubles that you have ? Can you achieve the required behavior with ListBox for example ? Do you have any problems with the grid or implementing a SharePoint web part as a whole ?
Maya
the Telerik team
I was told, by my design team, that I should not save the RadGrid as a web part. I should just extract the data from the grid and save them, colum by colum, into the sharepoint list. I have already created few column in the sharepoint list that the header name of the columns in the sharepoint list are same as those in my RadGrid. What I want is that I would extrat the data (parse them as string) from the RadGrid and put them into the sharepoint list. Do I need to bind the column sharepoint list to the xaml code in the RadGrid? How can I extract the data out from the RadGrid? How should I get it working? Sorry for the early confusion. Thanks
In this case my recommendation would be to rely entirely on the data level. You can get all the items through Items collection of the grid and work with them directly.
Maya
the Telerik team