Devextreme: DataGrid: Item count in paging toolbar is not updated correctly when "repaintChangesOnly" is enabled

Created on 13 Mar 2019  路  5Comments  路  Source: DevExpress/DevExtreme

Steps to Reproduce:

  1. Set "repaintChangesOnly" to true
  2. Enable paging toolbar
  3. Filter the data grid

Results You Received:

Page count is updated correctly but total item count is not
paging toolbar bug

Results You Expected:

Both page count and total item count to be updated correctly in the paging toolbar
paging toolbar correct behavior

Environment Details:

DevExtreme 18.2.6

DEMO app

https://codesandbox.io/s/849m1yqnnl

Check and uncheck "Filter Companies" checkbox to see the actual grid item count change but total item count shown in the paging toolbar remain the same.

typbug

All 5 comments

@vconst Can you reproduce the issue?

Hi @hakimio

The issue fixed in the https://github.com/DevExpress/DevExtreme/pull/7192 PR. The fix will be available in version 18.2.8.

@vconst Thanks for the fix.

@vconst even with changes from your PR, paging toolbar still has the issue when calling dataGrid.refresh(true) directly.

@hakimio
The issue with calling refresh(true) fixed in version 18.2.8 also.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fubar-coder picture fubar-coder  路  4Comments

bbakermmc picture bbakermmc  路  7Comments

sebastianfdez picture sebastianfdez  路  9Comments

Cammeritz picture Cammeritz  路  7Comments

bbakermmc picture bbakermmc  路  6Comments