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?