Hello Team,
I want checkbox under grouping.
Please find attached screen shot for example.
and also when i try to refresh pg Grid, it is not refreshing. Please check below code for reference.
exportGridData = [];
obj.dataModel = {
data: exportGridData
};
$(".selector").pqGrid("refreshDataAndView");
and also try like this :
$(".selector").pqGrid({
refresh: function(event, ui) {
ui.pageData = [];
}
});
the end goal is i want to remove all data from grid.