Hi!
On every page where i'using webhierarchicaldatagrid or webdatagrid i get js error Sys.ArgumentOutOfRangeException: Value must be an integer when i go over the grid header. If i switch the browser document mode to IE9 standard it works fine, but at our cyustomers we can't csange the document mode, it should work under every browser. I'm using NetAdvantage 2011.2 product version 11.2.20112.2207.
Thx
Please help ASAP
I'm using v12.1. and experiencing this issue too.
Any solution to this?
Hello All, It is a common issue. For IE 10 Issue: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an integer, you could refer to the forums.asp.net>
In general, you could modify the web.config file and disable the debug mode. from : <compilation debug="true"> to : <compilation debug="false">
We all could give credit to Yuriy for his custom approach at CodeCorner>
I hope this will be of use to you.