Hi Ivaylo,
I call the function Dropdown_Closing, present in the dropdown provider, where I perform some validations. The error occurs in the Infragistics script file , in the line number 6349 , code present there is "if (evnt.keyCode == 40 || evnt.keyCode == 38)", here the evnt itself is undefined. Problem is I am unable to over-ride this behaviour, because it happens after my Dropdown_Closing. This behaviour is cross browser.
Due to this the already existing value in the cell (where cursor was before is lost), and we get Cannot read property 'keyCode' of undefined error.
Please help.
Thanks,
Pushkar