Skip to content

Commit

Permalink
Update concepts/05 UI Components/SelectBox/10 Configure Search Parame…
Browse files Browse the repository at this point in the history
…ters.md

Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
  • Loading branch information
vladaskorohodova and dirk-pieterse authored Jan 25, 2024
1 parent 3790631 commit 88b8622
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[note] Searching works when inputting a plain data structure only. However, if you need the searching capability and hierarchical data, use the **DataSource**'s [group](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration/group.md '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#group') property to transform the plain data. To learn more about grouping, refer to the following article: [Grouping in the Data Source](/Documentation/Guide/UI_Components/SelectBox/Grouping/In_the_Data_Source/).
[note] Searching works when inputting a plain data structure only. However, if you need the searching capability and hierarchical data, use the **DataSource**'s [group](/api-reference/30%20Data%20Layer/DataSource/1%20Configuration/group.md '/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#group') property to transform the plain data. For more information about grouping, refer to the following article: [Grouping in the Data Source](/Documentation/Guide/UI_Components/SelectBox/Grouping/In_the_Data_Source/).

The SelectBox UI component allows an end user to search through its items. To enable this feature, assign **true** to the [searchEnabled](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchEnabled.md '/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#searchEnabled') property. Use the [searchExpr](/api-reference/10%20UI%20Components/dxSelectBox/1%20Configuration/searchExpr.md '/Documentation/ApiReference/UI_Components/dxSelectBox/Configuration/#searchExpr') property to specify which data fields should be searched. Assign an _array_ of field names to this property if you need to search several fields.

Expand Down

0 comments on commit 88b8622

Please sign in to comment.