diff --git a/docs/grid/api/gridcolumn_properties/gridcolumn_header_property.md b/docs/grid/api/gridcolumn_properties/gridcolumn_header_property.md index 47d38b01..f91ef348 100644 --- a/docs/grid/api/gridcolumn_properties/gridcolumn_header_property.md +++ b/docs/grid/api/gridcolumn_properties/gridcolumn_header_property.md @@ -37,7 +37,7 @@ header: [ multiselection?: boolean, readonly?: boolean, placeholder?: string, - virtual?: boolean, + virtual?: boolean, // true by default template?: function }, customFilter?: (item, input: string) => boolean, @@ -79,7 +79,7 @@ Each header object may include: content(optional) additional content of a header, which can be one of the filters: "inputFilter" | "selectFilter" | "comboFilter" - filterConfig(optional) a configuration object for "comboFilter". It can contain a set of properties: + filterConfig(optional) a configuration object for "comboFilter". It can contain a set of properties: customFilter (optional) a custom function for extended filtering. It takes two parameters:and returns true/false to specify whether the data item should be displayed in the grid after filtering diff --git a/docs/grid/configuration.md b/docs/grid/configuration.md index 82e9a61f..a7c99057 100644 --- a/docs/grid/configuration.md +++ b/docs/grid/configuration.md @@ -1438,7 +1438,7 @@ const grid = new dhx.Grid("grid_container", { - the `readonly:true` is set as a default value, if `htmlEnable:true` is set for a column and there is no template specified for a column - in all other cases, `readonly:false` is set by default - **placeholder** - (*string*) sets a placeholder in the input of ComboBox -- **virtual** - (*boolean*) enables dynamic loading of data on scrolling the list of options +- **virtual** - (*boolean*) enables dynamic loading of data on scrolling the list of options, *true* by default - **template** - (*function*) a function which returns a template with content for the filter options. Takes an option item as a parameter #### Customizing header/footer filters diff --git a/docs/whatsnew.md b/docs/whatsnew.md index 46496cc6..ee8c79fc 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -8,6 +8,15 @@ description: You can explore what's new in DHTMLX Suite and its release history Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns. +## Version 9.2.3 + +Released on October 21, 2025 + +### Fixes + +- Grid. Performance issues caused by using `comboFilter` in the Grid header while a large dataset is loaded +- Grid. The issue with the "combobox" editor not closing on pressing the "Enter" button + ## Version 9.2.2 Released on October 1, 2025