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

How to bind to a SharePoint List using RadGrid

4 Answers 471 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jerry Chen
Top achievements
Rank 1
Jerry Chen asked on 26 Nov 2009, 07:57 AM
Hi all,

     I want to develop a webpart based on RadGrid in order to improve list view and add/modify/delete items in a SharePoint list, just like the below demo:

     http://sharepoint.telerik.com/Products/RadControlsAjax/Pages/RadGrid.aspx

     How to accomplish this functionality?


Thank you in advance

Jerry

4 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 01 Dec 2009, 12:17 PM
Hi Jerry,

Attached to this message, you will find the source code for the application in question, which includes all the code used in the example.
Additionally, if you intend to use a different datasource, you can use the NeedDataSource event handler of the control, to consume the list, and pass the data to the grid. Additional information on this option is available in the following article:

http://www.telerik.com/help/aspnet-ajax/grdadvanceddatabinding.html

Further, more details on accessing a Sharepoint list is available in the following articles:

http://Sharepoint.coultress.com/2008/06/bind-splist-to-datagrid.html
http://forums.asp.net/p/1122851/1758226.aspx

I hope this information gets you started properly.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
smith spd
Top achievements
Rank 1
answered on 28 May 2010, 04:33 PM

Hello Telerik team,

I have a requirement where i need to bind the rad scheduler with a sharepoint list inside a usercontrol.

I am looking for some pointers on this.

I appreciate your response.

Thank you
Smith

0
T. Tsonev
Telerik team
answered on 31 May 2010, 04:45 PM
Hello Smith,

We don't have a ready example on how to bind RadScheduler to SharePoint lists just yet. The best option to approach the problem is to implement a custom scheduler provider. Please refer to these help topics:


You can use the standard SharePoint lists API in the provider implementation.

I hope this helps.

Greetings,
Tsvetomir Tsonev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Vishwajit
Top achievements
Rank 1
answered on 11 Dec 2010, 09:52 PM
Hi Telerik Team,
                        I have used RadGrid to display Sharepoint list items and also added a CheckBox column just before the id column to select multiple rows and a checkbox with each row to select particuler row and There is a button outside of RadGrid.Now my requirment is if i select
rows and click Button, which is out side of RadGrid then the selected rows should be deleted.Can i have exact solution for this?
Tags
Grid
Asked by
Jerry Chen
Top achievements
Rank 1
Answers by
Yavor
Telerik team
smith spd
Top achievements
Rank 1
T. Tsonev
Telerik team
Vishwajit
Top achievements
Rank 1
Share this question
or