I tried to update parent row within nested grid filter option but didn't work. For your reference I am share the code.
filter: function (event, ui) {
var grid = $(".vc-facility-detail").pqGrid('getInstance').grid; //instance of master grid
grid.updateRow({ rowIndx: 0 });
}
Can you suggest something.