jQWidgets Releases
Released: Mar 9, 2026
Updates in v25.1.0
Fixes
- Grid & Filtering:
- Resolved an issue with jqxDateTimeInput filtering in jqxGrid that caused incorrect theming of the component.
- Fixed a filter row rendering issue in jqxGrid when using the Fluent and Tailwind themes.
- Corrected a problem affecting Grid cell pinning styling in the Dark, Light, Fluent, and Tailwind themes.
- Fixed an issue with Pager rendering in jqxGrid when the pager’s Go To input was re-rendered.
- PivotGrid:
- Fixed a positioning issue in jqxPivotGrid where the itemsRenderer...
Released: Jan 2, 2026
Updates in v25.0.0
Features
- Added Angular 21 support, ensuring compatibility with the latest Angular features, build tooling, and performance optimizations.
- Full Content Security Policy (CSP) compliance refactor - All frontend components (scheduler, grid, dialogs, buttons, tables) have been refactored to be fully Content Security Policy (CSP) compliant by removing inline styles, inline event handlers, and any dynamic script execution.
- Accessibility - Made WCAG-aligned improvements across all components.
- jqxGrid...
Released: Dec 15, 2025
Updates in v24.1.0
Features
- Added Angular 21 support - The integration of Angular 21 support ensures a smoother, more efficient development process.
Released: Sep 17, 2025
Updates in v24.0.0
Features
- New Tailwind Theme: A new Tailwind CSS-based theme has been introduced, providing a modern, utility-first approach to styling. This allows developers to quickly customize UI components using Tailwind's classes, improving design consistency and reducing the need for custom CSS overrides.
- New React 19.1 Support: All React components are now fully compatible with React 19.1. This ensures smooth integration with the latest React hooks and features, providing better performance, updated...
Released: Jun 3, 2025
Updates in v23.1.0
Features
- Added Angular 20 support.
Fixes
- Fixed an issue in jqxWindow's center positioning.
- Fixed an issue in jqxGrid related tothe columns chooser and filter dropdownlist rendering when row details are enabled.
- Fixed an issue in jqxGrid related to the autoresizecolumns method.
Released: May 27, 2025
Updates in v23.0.0
Features
- Side Panel in jqxGrid - The new Side Panel feature in jqxGrid allows developers to add custom HTML elements directly into side panels positioned next to the grid. Whether you want to include filters, charts, summaries, help text, or interactive widgets, the side panel supports any type of content. This powerful new capability enables more contextual and productive UI layouts, without disrupting the core grid view.
- Natural Language & AI Filtering in jqxGrid - Filtering in jqxGrid has...
Released: Jan 22, 2025
Updates in v22.0.0
Features
- Accessibility Enhancements: Enhanced support for WCAG 2.1 AA compliance across all components, ensuring better usability for individuals with disabilities. Improvements include better keyboard navigation, screen reader compatibility, and color contrast adjustments to meet accessibility guidelines.
- Angular 19 Compatibility: All Angular-related demos, documentation, and StackBlitz examples have been updated to Angular 19, providing users with access to the latest features and improvements...
Released: Dec 4, 2024
Updates in v21.0.0
Features
- Added Angular 19 support - The integration of Angular 19 support ensures a smoother, more efficient development process which allows developers to use Angular's latest features to create powerful and responsive applications.
Released: Sep 17, 2024
Updates in v20.0.0
Features
- Added an AI Auto-Complete option to 'jqxInput'.
- Added support for inline auto-completion to 'jqxInput'.
- Content Security Policy (CSP): Imporved security by removing eval() and new Function() calls.
Fixes
- Fixed an issue in jqxKanban about the "updateItem" method - The method was not working correctly when updating the task's status.
- Fixed an issue in jqxGrid - When using the 'cellselect' event to select a range of cells by drag-and-drop or with the shift key, the event handler is called...
Released: May 23, 2024
Updates in v19.2.1
Features
- Added support for Angular 18.