ParamQuery grid support forum
General Category => News => Topic started by: paramvir on September 23, 2025, 08:55:25 am
-
Version v11.0.0 Released!
We’re thrilled to announce the release of PQGrid v11.0.0! 🎉
This version introduces major enhancements, powerful new features, and important bug fixes to deliver an even smoother developer and user experience.
✨ Highlights in v11.0.0
- Rich Objects Framework
Define cell content as plain JavaScript objects that manage their full lifecycle—rendering, editing, copy/paste, import/export, and persistence.
➡️ This also enables native support for images in cells.
Images can be stored in cells via absolute, relative url or base64 format.
Example: https://paramquery.com/pro/demos/rich_objects
- Rich Editing
Rich editing is no longer limited to spreadsheets but is now fully supported for grids like batch editing, row editing, etc.
Example: https://paramquery.com/pro/demos/rich_batch_editing
- Clipboard Enhancements
Copy, cut, clear, and paste cells with full fidelity—including styles, properties, and attributes.
✅ Number and date cells are copied as values with formatting preserved.
Example: https://paramquery.com/pro/demos/copy_paste
- Autofill Enhancements
✅ Autofill now supports images, hyperlinks and rich cell styles.
Example: https://paramquery.com/pro/demos/autofill
- Accessibility Improvements
Added missing ARIA roles and attributes to improve screen reader support and align with WCAG 2.2 standards.
To maintain accessibility for screen readers, rows and cells are inserted in DOM order, even when virtual mode is enabled.
- History & Undo/Redo
Added undo/redo support for drag-and-drop row operations in plain grids (already available for treegrid).
- Number Cells
New option to auto-adjust column width and format number displays dynamically.
- Frozen Panes Scrollbars
Configurable option to keep scrollbars restricted to unfrozen panes only.
Example: https://paramquery.com/pro/demos/scrollbars
- RTL Support
Improved support for right-to-left layouts in modern browsers.
Any example can be seen in RTL layout by appending "?rtl" to the url. Example: https://paramquery.com/pro/demos?rtl
- Scroll Model Auto-Fit
Automatically shows scrollbars when the grid’s width is insufficient to display all columns.
Example: https://paramquery.com/pro/demos/autofit
- jsZip
There is no longer dependency on jsZip v2.5.0. Any version of jsZip >= 2.5.0 can be used..
- Toolbar API Enhancements
Commonly used items are now available as in-built toolbar options for quicker setup.
---
This release marks a significant step forward in flexibility, performance, and usability.
📌 Upgrade today and experience the power of PQGrid v11.0.0!
⚠️ Don’t miss out: Please review the v11.0.0 Upgrade Guide (https://paramquery.com/pro/upgrade/index) for details on breaking changes.