javascript - How to get Id in ext.net, Code line return null (extjs)? -
i try use below line id, works fine in ext.net v1.x create problem v2.x ie10.
var f=ext.get('<%=btnid.clientid%>');
as same function does't work extjs control.
same thing happen with:
var jj = ext.get(<%=grd.clientid %>.getview().getheadercell(0).childnodes[0]);
ok ... in v2.x, can access controls without ext.get. like;
var f=<%=btnid.clientid%>;
Comments
Post a Comment