This is a migrated thread and some comments may be shown as answers.

Just Another Grid Event Remove (JAGER) Question

0 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
PMP
Top achievements
Rank 1
PMP asked on 05 Oct 2012, 04:49 PM
Can anyone help: Why doesn't this fire the remove event in the grid?

$("#grid").delegate("#deleteItem", "click", function(e) {
    var grid = $('#grid').getKendoGrid();
    var a = grid.dataItem($(this).closest('tr'));
    grid.removeRow(a);
});

Full Example:
http://jsfiddle.net/bGR88/9/

Thanks

No answers yet. Maybe you can help?

Tags
Grid
Asked by
PMP
Top achievements
Rank 1
Share this question
or