How to get row id of the row being edited in edit form element blur event hander?
I tried in blur:
form = $(elem).closest('form.FormGrid');
rowId = form.attr('id');
But this returns
FrmGrid_grid
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top