Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
RowsDeleting event not firing
posted

I have a simple grid with two (hidden) key fields and a column containing a dropdown. I am using manual CRUD operations because of the known issues with inserts and the dropdown editor.

The page is working, except for Delete. If I delete a row, the whole grid blanks on Ie. On Firefox it does nothing. In both cases the RosDeleting server event is not firing. No data is lost at the backend

I tried using some clientside BLOCKED SCRIPT rows.remove() but the same behaviour occurs. I can run the various samples without a problem, but there are just enough differnece is what a sample covers and my own requirements that I'm not sure what to look for. The behaviour suggests a client side javascript issue internally - but what is triggering it, and why here and not elsewhere?