Hi Support team,
I am facing the below issue in Paramquery grid -
1. How to stop summary row to edit.
I have added below code on each year column and it's working fine and the same code is not working on text/select column like project
summary: { type: "all", //use custom aggregate.
edit: false
}
2. reset button is not working - when I am resetting the grid after any changes it's deleting the last record from grid I have used following code
grid.rollback();
grid.history({ method: 'resetUndo' });
3. How can I create delete buttons in each item row row except the summary row.
Please see the attachment for more information.