All of the documentation says that I have to get the ClientID of the Rad controls with a snippet like this:
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.
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.