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

[Solved] The value of the property '$find' is null or undefined, not a Function object

2 Answers 232 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Duane Roelands
Top achievements
Rank 1
Duane Roelands asked on 29 May 2013, 09:23 PM
All of the documentation says that I have to get the ClientID of the Rad controls with a snippet like this:

var grid = $find("<%=RadGrid1.ClientID %>");

The problem is that it doesn't work.  Any attempt to execute this code results in the error "The value of the property '$find' is null or undefined, not a Function object".

I am using JQuery and all my JQuery code runs correctly.

Any assistance would be appreciated.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 May 2013, 01:45 PM
Hi,

Unfortunately I couldn't replicate the issue. If your Radgrid inside FormView. If the Radgrid is inside a FormView control. In this case to access the RadGrid you need to get reference to the FormView control first. You need that reference to access the grid. Please provide the code for more help.

Thanks,
Shinu.
0
Duane Roelands
Top achievements
Rank 1
answered on 30 May 2013, 01:51 PM
I've opened a support ticket to try and get this resolved.
Tags
Grid
Asked by
Duane Roelands
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Duane Roelands
Top achievements
Rank 1
Share this question
or