Skip to content

Commit d31fc8e

Browse files
committed
[add] a note for Grid multiselect editor
1 parent f19a972 commit d31fc8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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:

0 commit comments

Comments
 (0)