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

Problems accessing RadControl client-side API's

1 Answer 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 22 May 2013, 09:37 PM
I have been scratching my head on this for a few hours now and i have no clue what to do.  For some reason, in my project, i am having a problem accessing client-side api's for radcontrols.  Below is a screenshot of my javascript error and code.  All i am doing is calling a webservice, obtaining json, and then trying to populate the grid control with the json array.

// javascript error
http://i.imgur.com/DyCT2ow.png

// aspx file with code and script
http://i.imgur.com/OknvmYN.png

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 May 2013, 11:01 AM
Hi Michael,

You need to include the following:
<ClientEvents OnCommand="function(){}" />
as demonstrated in the following topic:
http://www.telerik.com/help/aspnet-ajax/grid-client-side-binding-specifics.html

Hope this helps. Please give it a try and let me know if it works for you.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or