Released: Jun 23, 2025
24.2.8 での更新項目
不具合の修正
DevExtreme Charts and Gauges
- Clicking on the overflowed parts of a point doesn't trigger onPointClick.
- exportFromMarkup removes xmlns attributes from nested elements.
- CircularGauge - The chart is rerendered after changing the title text.
DevExtreme Chat
- It is not possible to move to the next line on Mobile devices.
- The "n.forEach is not a function" error occurs when updating an item field.
DevExtreme Data Grid
- Filter row icon becomes invisible when its cell is focused.
- A new row is added...
Released: May 6, 2025
24.2.7 での更新項目
不具合の修正
All HTML JS products
- Webpack build fails with "Error: Can't resolve '../../common/core/events/utils/index' ".
DevExtreme CLI
- Type property does not allow a 'custom' value in TypeScript for components with an integrated Button.
DevExtreme Charts and Gauges
- Chart - Performance drops down due to an inefficient data aggregation loop.
- Chart - The circle point symbol is not applied after changing customizePoint callback at runtime.
DevExtreme Data Grid
- Action links have an unexpected background...
Released: Mar 24, 2025
24.2.6 での更新項目
不具合の修正
DevExtreme CLI
- Custom bundle throws the "(0 , _index.addNamespace) is not a function" error.
- TypeScript - EventType interface doesn't extend JQueryEventObject in dx.all.d.ts.
DevExtreme Charts and Gauges
- BarGauge - Tooltip does not appear if component is re-rendered during animation.
- Zooming and scrolling operations may cause freezing when handling a large number of points.
- Chart incorrectly builds Auto Breaks when there are duplicated and high-precision values.
DevExtreme Data Grid...
Released: Feb 19, 2025
24.2.5 での更新項目
不具合の修正
DevExtreme CLI
- The "devextreme-bundler" and "devextreme-bundler-init" commands are not working.
DevExtreme Charts and Gauges
- Chart - Pinch and Zoom gestures do not work well on mobile devices when numeric values are represented as strings.
DevExtreme Data Grid
- Accent-insensitive search does not work in a lookup column.
- Focused cell moves to the end of the table after horizontal scrolling.
- FocusedRowChanged event isn't raised when the push API is used to remove the last row.
- Gray boxes...
Released: Dec 12, 2024
24.2 での更新項目
機能
New Chat Component
- The new DevExtreme Chat Component (v24.2) allows you to address a variety of usage scenarios and introduce real-time communication support in your next DevExpress-powered web app.
- AI and Chatbot Integration
- With the DevExtreme Chat UI component, you can incorporate AI-powered app assistants, implement Copilot-inspired user interfaces, and much more. To introduce these capabilities to your next DevExtreme-powered web app, simply set up appropriate AI services on the backend...
Released: Nov 1, 2024
24.1.7 での更新項目
不具合の修正
DevExtreme Data Grid
- Column Header filter does not properly work if the column caption contains double quotes.
- Infinity mode scrolling applies the focused row style to a random row.
- Row loses focus after the state is restored.
- Toolbar values are reset after the disabled option is set to true.
- aria-label of the Select All checkbox in the header filter is not translated.
DevExtreme Diagram
- Performance issue when importing custom shapes.
- The 'Item not found' error occurs on rendering...
Released: Sep 20, 2024
24.1.6 での更新項目
不具合の修正
DevExtreme Data Grid
- Cancel button in the last row of DxDataGrid cannot be focused via the Tab key.
- FilterRow cell loses focus when focusedRowEnabled is true and editing is in batch mode.
- Form editor displays an unexpected border (outline) when using Tab to navigate.
- Rows are selected in a case-insensitive manner if deferred selection is enabled.
- Sort Icons are reversed when using Fluent Light Theme.
DevExtreme Gantt
- Gantt - Border discrepancy occurs between Filter Row and Headers...
Released: Aug 15, 2024
24.1.5 での更新項目
不具合の修正
Angular
- All Angular products
- Cascading Parameters - Server side filtering do not work with aggregated queries.
- Document Viewer for WEB - Editing Fields - It is not possible to register a custom editor with the EditingFieldExtensions.registerEditor method.
- Web Report Designer - NonTrustedTypeDeserializationException occurs when using Enum parameter types.
HTML JS
- DevExtreme DataGrid
- FocusedRowChanged event isn't raised when push API is used to remove a focused row.
- Group summary is not...
Released: Jul 18, 2024
24.1.4 での更新項目
不具合の修正
Angular
- All Angular products
- Export to DOCX - Content may unexpectedly move to a new page in SingleFile export mode.
- Memory leak may occur while exporting report to PDF with a Skia engine in specific Linux environments.
- Report parameter's lookup clears Null values for Nullable parameters (SqlDataSource).
- SqlDataSource - WHERE clause is incorrectly generated for a NULL parameter value.
- Web Document Viewer
- Internal Server error occurs when using file-based cache.
- Look-up parameter's drop...
Released: Jun 13, 2024
24.1 での更新項目
機能
- New Splitter Component
- The new Splitter component allows you to divide a page or section into multiple adjustable panes.
- The Splitter component can be oriented either vertically or horizontally. Orientation affects the following pane-related properties (can be specified in pixels or percents):
- size - Specifies initial width (horizontal orientation) or height (vertical) of the pane.
- maxSize, minSize - Defines resizing limits for the pane.
- collapsedSize - Specifies the size of a collapsible...