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
240
How to disable webgrid at clientside in Firefox?
posted

My friends,

I try to disable/enable a webgrid at client side. I use this piece of code:

var webgridItems = igtbl_getGridById('grdItems');
webgridItems.Element.disabled = true;

It works fine in IE, but doesn't work in Firefox.

I use NetAdvantage 8.3 Web.

Please give a help. Thanks in advance.

whe