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
560
Delete events not firing
posted

I have a grid that has deleting enabled. The button shows and you can delete rows from the grid.

However, the rowDeleted and rowDeleting events do not fire when I hook them up as per the documentation like so:

$(document).delegate('#grid', "iggridupdatingeditrowdeleted", function (evt, ui) {

    debugger;

}

I've verified that the selector ('#grid') returns a valid array with one item in it. 

The esact same code but with the XXXeditrowended event on it works fine.

Ideas as to why this isn't working?

Parents Reply Children
No Data