You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/configuration.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1021,6 +1021,10 @@ const data = [
1021
1021
];
1022
1022
~~~
1023
1023
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
+
1024
1028
#### Configuring the multiselect editor
1025
1029
1026
1030
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