Hi,
I would like to do function before addRow with 'inlineNav', in concrete, I would like to hide filterToolbar.
If filterToolbar works during adding Row inline, the inline form collapse and never recover addRow or editRow button from disabled state on navbar. That why I need to hide filterToolbar before starting addRow.
But oneditfunc event can't be raised from addRow at the first time. ( from second time and more, the event is raised properly.)
Are there any measure to define the function before executing addRow with inlineNav ?
jQuery(function($){
$(“#jqGrid”).jqGrid(grid_param);
$(“#jqGrid”).jqGrid('filterToolbar', {stringResult:false, searchOnEnter:false};
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top