Skip to content

Commit 5d6b505

Browse files
committed
Merge branch 'next' into grid-column-properties-guide-4802
2 parents 5c768c8 + d31fc8e commit 5d6b505

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/grid/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,10 @@ const data = [
10211021
];
10221022
~~~
10231023

1024+
:::info note
1025+
Note that the *ids* of the **multiselect** editor options specified as *objects* and the options specified as *strings* shouldn't contain the `,` separator.
1026+
:::
1027+
10241028
#### Configuring the multiselect editor
10251029
10261030
There is a list of [configuration settings](grid/api/api_gridcolumn_properties.md) you may provide for the **multiselect** editor type. Use the `editorConfig` property to specify the desired settings:

docs/whatsnew.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ description: You can explore what's new in DHTMLX Suite and its release history
88

99
Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns.
1010

11+
## Version 9.1.1
12+
13+
Released on February 24, 2025
14+
15+
### Fixes
16+
17+
- Combobox. Adding a new option in the "multiselection" mode opens the popup list
18+
- Form. The problem with updating the value of the `preMessage` property of the Textarea control
19+
- Grid. After editing grouped data with the `adjust:true` option in the Grid configuration, the adjustable cell width is reset on ungrouping data
20+
- Grid. The issue with using a sub-row when the `dhx.scrollViewConfig.enable` configuration option is set to *true*
21+
- Grid. An error caused by the use of options containing commas in the "combobox" editor
22+
- Grid. Incorrect calculation of the row `autoHeight`, if the length of a word in a cell exceeds the column width
23+
1124
## Version 9.1
1225

1326
Released on February 18, 2025

0 commit comments

Comments
 (0)