Page count is updated correctly but total item count is not
Both page count and total item count to be updated correctly in the paging toolbar
DevExtreme 18.2.6
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.
@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.