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

[Solved] Question about converting RadGrid demo to Sharepoint 2007 WebPart...

2 Answers 36 Views
RadControls
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
J
Top achievements
Rank 1
J asked on 12 Jan 2010, 10:25 PM
I am trying to emulate the RadGrid Demo found on the site but am having a hardtime with the event handling.  How would you recommend getting the events to function properly when you recreate this demo in a SharePoint WebPart?

J

2 Answers, 1 is accepted

Sort by
0
Accepted
Iana Tsolova
Telerik team
answered on 13 Jan 2010, 03:58 PM
Hi J,

You can handle the RadGrid events in a SharePoint WebPart the same way you handle the events for any other control. Could you please specify which is the problematic event?
It would be of help in finding the source of the issue in your case if you could send us the WebPart code for further investigation.

Regards,
Iana
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
J
Top achievements
Rank 1
answered on 13 Jan 2010, 05:35 PM
Thanks for the reply Iana.  In my webpart.createchildcontrols i just added RadGrid.ItemDataBound += new GridItemEventHandler(RadGrid_ItemDataBound);.  I am having trouble getting the event DetailTableDataBind to fire but that question was asked here: http://www.telerik.com/community/forums/sharepoint-2007/controls/having-trouble-converting-radgrid-demo-to-webpart.aspx.

J
Tags
RadControls
Asked by
J
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
J
Top achievements
Rank 1
Share this question
or