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

Simple Fix Needed - RadGrid Client API not working

2 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brett Howard
Top achievements
Rank 1
Brett Howard asked on 19 Nov 2008, 10:28 PM
We have the latest version of the Asp.net AJAX grid.
We are attempting to bind data via javascript (client side databinding).

Our problem:

When we find the RadGrid object on the client (in javascript) we cannot access any of the clientAPI methods or properties. Instead we get the error 

Microsoft JScript runtime error: Object doesn't support this property or method

Can someone please help us!!! This is the most ridiculous issue.

Background information:
VS2008 SP1
Vista Machine
.net 3.5
Scripts are registrated from the DLL (default setting)
This is happening in a Web Application Test Project.

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 20 Nov 2008, 07:11 AM
Hi Brett,

I've reposted here the answer to your support ticket.

Generally $get() method is a shortcut to document.getElementById(). To achieve your goal you should use $find(). You can check this article for more info:
http://msdn.microsoft.com/en-us/library/bb310818.aspx

Regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Brett Howard
Top achievements
Rank 1
answered on 20 Nov 2008, 03:02 PM
ok
Tags
Grid
Asked by
Brett Howard
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Brett Howard
Top achievements
Rank 1
Share this question
or