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

Setting RadGrid in RadAjaxPanel and SharePoint MasterPages

1 Answer 71 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
ahmad
Top achievements
Rank 1
ahmad asked on 11 Mar 2010, 02:29 PM
Hi all,

I create radgrid and radajaxpanel then i put the radgrid in the radajaxpanel(programmatically in Init phase).
this is the code:
                        RadAjaxPanel ajaxPanel = new RadAjaxPanel();
                        ajaxPanel.Controls.Add(grid);
                        controlList.Add(ajaxPanel);
when i click on the Add New Record of the radgrid it works fine on the default sharepoint masterpage,but on other sharepoint master pages like: BlackBand.master,BlueTabs.master clicking on Add New Record didn't works and the radgrid didn't transform into edit mode to enter data.
what is the problem?

Thanks for any help.

Regards,
Ahmad Atat

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 12 Mar 2010, 05:04 PM
Hello ahmad,

Can you try adding the ajax panel to the Page/controlList Items collection as suggested here and see if it works?

Let me know how it goes.
Sincerely yours,
Iana
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.
Tags
Sharepoint Integration
Asked by
ahmad
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or