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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -