This is a migrated thread and some comments may be shown as answers.

Using RadGrid

1 Answer 89 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Alex Dybenko
Top achievements
Rank 2
Alex Dybenko asked on 04 Jul 2008, 06:43 AM
Hi,
is it possible to use RadGrid to edit Sharepoint List?

Thanks
Alex

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Jul 2008, 07:17 AM
Hello Alex,

Although I am not a Sharepoint expert, my suggestion was to get the items from the Sharepoint lists in DataTable format with the GetDataTable method and pass it as source for the grid inside its NeedDataSource handler:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/NeedDataSource/DefaultCS.aspx

Another possibility to bind the grid is to reference the Sharepoint list items collection directly (if it implements the IList or IEnumerable interfaces) and again supply it as source inside the NeedDataSource handler. See this online resource for more info on the subject:

http://weblogs.asp.net/avnerk/archive/2004/09/22/232940.aspx

Thus through the RadGrid instance you should be able to edit MOSS lists as per your requirement.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Sharepoint Integration
Asked by
Alex Dybenko
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or