Skip to content

Commit

Permalink
Grids: update syncLookupFilterValues (#5485)
Browse files Browse the repository at this point in the history
* Grids: update `syncLookupFilterValues`

* Update after review
  • Loading branch information
vladaskorohodova authored Aug 17, 2023
1 parent f3a34e3 commit 3ea53ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ The following table shows how the component behaves when you assign different va
<td><img src="/images/DataGrid/sync-lookup-filter-values/header-filter-false.png" alt="Header filter is not synced with Grid values" /></td>
<td><img src="/images/DataGrid/sync-lookup-filter-values/header-filter-true.png" alt="Header filter is synced with Grid values" /></td>
</tr>
</table>
</table>

[note] If `filtering` is enabled in [remoteOperations]({basewidgetpath}/Configuration/remoteOperations/) and this property is set to `true` (default value), the component uses the `group` parameter to fetch values. As a result, lookup columns can lose pagination (the DataSource.[paginate](/Documentation/ApiReference/Data_Layer/DataSource/Configuration/#paginate) property has no effect). To solve the issue, disable this property.

0 comments on commit 3ea53ef

Please sign in to comment.