Dear All
Thank you all for your support. We feel glad to announce release of the new version v8.4.0
Besides bug fixes, it offers overall enhancement of the editors
1. Editors have got additional capability to scroll along with the grid cells. There is still a backward compatible option to make sticky editors.
2. More options to support custom editors. Example:
https://paramquery.com/pro/demos/editing_custom3. refreshCompareBy option to refresh only the affected cells (found automatically by grid) rather than all cells in the viewport after editing a cell. That means we no longer need these
cellSave: function(){
this.refresh();
}
or
cellSave: function(evt, ui){
this.refreshRow(ui);
}
Example of usage:
https://paramquery.com/pro/demos/data_bars4. Experimental feature to support rendered editors which means simultaneous opening of multiple editors in grid.
5. Some copy related events ( beforeCopy, copy ) have also been added in this version.
Note: Please refer upgrade guide for breaking changes w.r.t. editors.
https://paramquery.com/pro/upgradeBest Regards
ParamQuery Team