We have been using version 4.0.3 and upgraded to version 5.4.0.
We found a few unexpected behaviors. We would like to know if these behaviors are expected.
If not, do you have a plan to fix these issues?
#1 Localization at pagers is partially incomplete.
When we use pagers for version 4, all the labels are displayed properly in selected language.
However when we use pagers for version 5, some labels remain in English even though we selected different language.
Please see the attached image_1.png that a red square shows labels remaining English and blue one shows localized labels as expected.
It seems localized files other than English are not updated properly in version 5 in the first place.
#2 Heights of rows are not adjusted in refreshRow.
Heights of rows were automatically adjusted when the refreshRow was fired after we modified values in the cell for version 4. (See image_2-1.png,image_2-2.png)
However after upgrading to version 5, the heights of rows were not adjusted when the refreshRow was fired. And the extended labels are hidden. (See image_3.png)
So we had to call refreshView to refresh the whole grid instead in order to adjust the heights.