Skip to main content

Known Limitations

Freeze column(s)

Freezing columns is not supported yet, but we have a plan to make this available.

Issue with positiong Editors (e.g. Datepicker, Select list)

The way editors (Datepicker, Select list) are opened in cells that are far right or at the bottom of the Grid is not the best.


This is how Handsontable library works - see this thread: https://github.com/handsontable/handsontable/issues/3483

Issue when using "Zoom" or "Scale"

When using "Zoom" or "Scale" in the browser, there's a blank line at the bottom of the Grid. Grid still works as should, but it doesn't look nice.


This is due to the bug in Handsontable library - see this thread: https://github.com/handsontable/handsontable/issues/6280

Formulas not available

Handsontable library supports formulas (similar to Excel), but you can't use them with Grid Plug-in. This is due to some compatibility issues between Formulas engine and the Dropdown editor we are using for select lists.

Downloading data not possible

Downloading data in Grid is not supported for now, but it's a feature we'd like to see in the Grid Plug-in.


Until it's not there, you can use copy-paste (select all cells in Grid, press Ctrl+C and paste the data wherever you like).