Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
$find don't find
posted

Hello,

what reasons may be, when the $find don't find?

I'm searching a webdatagrid with the id="grid" with the following code:

var grid = $find("grid");

But I always get null

I'm using version 12.1 and IE9.

Bodo

Parents
No Data
Reply
  • 4315
    Offline posted

    Hi, Bodojaeger.

    Have you tried using the client id:

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

    Best regards,

    Nikolay

Children