I'm using jqgrid with row edit.
jQuery('#grid').jqGrid('editRow',id,true);
I want to save automatically when loosing focus that row so gave to blur event.
when i using row edit, area is recognized by cell, so blur event is apply when modify other cell in same row. that is not my plan.
i know the event with enter key for saving row, but i want to know the other way to save the row like blur or focus out edited row.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top