I have a RadGrid in a UserControl (.ascx) file. In the javascript, I want to get a reference to the grid itself. However, calling
$find("<%= UserContactsGrid.ClientID %>")
returns null. Is there a problem with finding grids inside of ascx controls?
Thanks.
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 06 Nov 2009, 06:13 PM
Hello Ryan,
I suppose you are trying to get a reference to the client object too early. Please examine the following thread for more information. Javascript $find function