I’m currently working in a SharePoint 2010 environment and need to bind a telerik ASP.Net AJAX Grid (latest version) to some JSON data that is created by an ASHX handler.
Prerequisites:
- I need to use the JSON output from the ASHX handler and can’t build/deploy my own WCF Service
- I need to wrap the Grid in a SharePoint 2010 WebPart (ascx) so I do not want to use WebMethods from an ASPX page
I have searched the forum and the web but was not able to find a sample that does not use a WebMethod or a WCF service. Can someone please point me in the right direction for this scenario?
Thanks in advance
Dirk