My asp.net site is running well on IE6, IE7, IE8, IE9, Chrome, Safari, Firefox and Opera. But it is not working in IE10.
If I click on the Grid in the site it returns the following error:
SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was 956.5.
ScriptResource.axd, line 2810 character 12
Followed all the possible solutions found on the google but sill problem exists. Followed solutions are
http://stackoverflow.com/questions/14046857/javascript-error-in-every-page-on-ie-10
http://social.msdn.microsoft.com/Forums/en/netfxjscript/thread/e8cb8041-2e23-4a20-9c2e-825832b8f3f0
Can anyone please help me to resolve this?
Thanks in advance!