Categories | Question details Back To List | ||
Grid Events not working on IE 8 None of the grid events are working for IE 8. I want to write some logic onEditCell and I tried mygrid.attachEvent("onEditCell",myFunction); But this works fine for every other browser even for IE 6 & 7 but none of the events are working on IE 8. If this is a known issue and some patch has to be added please provide the fix. Answer posted by Support on Jul 09, 2009 04:26 Events of components must work the same in IE8 as in all other browsers. If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed. |