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.

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.