ParamQuery grid support forum
General Category => Suggest new features => Topic started by: EPM Solutions on September 29, 2017, 02:54:01 pm
-
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.
-
Attachment seems to be missing. Please reattach.
-
Hello Team,
Please check attached file
-
new data/ empty data is set in grid this way
grid.option('dataModel.data', [] );
followed by grid.refreshView() or grid.refreshDataAndView();
-
Dear Support team,
Our requirement is to display the checkbox inside the row grouping please refer the attached screenshot.
early response would be very helpful.
Thanks
-
Displaying checkboxes in the same column as row grouping is not supported currently.
I'm moving it to feature request, thanks for your feedback.