You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using dataView.onRowsOrCountChanged instead of dataView.onRowCountChanged to refresh metrics this refreshes the whole grid in the case of an updateItemById.
I had made that change because in our use case the metrics weren't refreshed after changing the dataset but I found out later that I can use 2 events to take care of the metrics count for all the use case, that would be reverting back to the previous onRowCountChanged and the also use the onSetItemsCalled event to refresh the metrics, the latter was the one I needed to cover my use case. I'll rework that shortly.
I'm submitting a Bug report
using dataView.onRowsOrCountChanged instead of dataView.onRowCountChanged to refresh metrics this refreshes the whole grid in the case of an updateItemById.
Your Environment
Describe the Bug
before
now
Steps to Reproduce
i noticed this using updateItemById to in a sgOnCellChange
Expected Behavior
Refresh only the current line involve by the updateItemById
Current Behavior
the whole grid is refreshed and this leads to the exit of the edition of the next cell
The text was updated successfully, but these errors were encountered: