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

Dynamic grid as a widget

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brenden
Top achievements
Rank 1
Brenden asked on 11 Jul 2016, 11:46 PM

I've created a dynamic grid which allows me to load different sets of data.  I've now turned it into a widget so it can be placed and configured multiple times on a page.  The problem I have now is I'm receiving this error when I load more than one widget.  

There must be only one instance of RadStyleSheetManager per page. 

Same is true for the RadPersisgenceManager.  How might I overcome this issue so I can load multiple controls dynamically on a page?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 14 Jul 2016, 12:48 PM
Hello Brenden,

Manager controls should reside in the main/master page, while the proxy controls can be added in the UserControl/content pages (only if necessary). You can check the following articles for reference:
http://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/radajaxmanager/how-to/radajax-and-webusercontrols
http://docs.telerik.com/devtools/aspnet-ajax/controls/persistenceframework/radpersistencemanagerproxy

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Brenden
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or