General Category > News

Upgrade to Pro Version 8.4.0

(1/1)

paramvir:
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_custom

3. 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


--- Code: ---cellSave: function(){
  this.refresh();
}

--- End code ---

or


--- Code: ---cellSave: function(evt, ui){
  this.refreshRow(ui);
}

--- End code ---

Example of usage: https://paramquery.com/pro/demos/data_bars

4. 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/upgrade

Best Regards
ParamQuery Team

Navigation

[0] Message Index

Go to full version