Skip to content

Commit

Permalink
Update concepts/05 UI Components/DataGrid/99 How To/Customize Header …
Browse files Browse the repository at this point in the history
…Filter Data Source/20 Map Data Source Fields.md

Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
  • Loading branch information
vladaskorohodova and dirk-pieterse authored Feb 14, 2025
1 parent c56eb7b commit 69250e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Header filter data objects should have the `text` and `value` fields. If data objects fetched from a server lack these fields, map the original data source to the `text` + `value` structure. The mapped data source should also include key fields from the original data source.
Header filter data objects should have the `text` and `value` fields. If these fields are missing from data objects fetched from a server, map the original data source to the `text` + `value` structure. The mapped data source should also include key fields from the original data source.

[note] Keep the [allowSearch](/api-reference/_hidden/GridBaseColumn/headerFilter/allowSearch.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/headerFilter/#allowSearch') property set to **false** to avoid incorrect search results when mapping data source fields.

Expand Down

0 comments on commit 69250e8

Please sign in to comment.