I'm attempting to create resources via client-side code. I've tried several approaches and I'm not certain why they haven't worked.
First. I tried creating a web method that returned a Telerik.Web.UI.Resource object:
and then using this method per the documentation:
However, the alert is never executed and the resource doesn't appear.
I've also tried creating an entire collection of resources and passing them back:
And here is the JavaScript code to display the resource:
But this isn't working either.
So, I'm looking for two things. FIrst, an explanation on how to add a resource via client-side code. And secondly, where can I find some good documentation for the client-side methods. The help file that get's shipped with the controls is rather...thin,
Thanks much!