Posted 14 September 2017, 11:42 am EST
Hi there,
I am using Wijmo 5 Purely JS (no frameworks) / Typescript in one my projects and have a fixed height for a Flexgrid to enable scrolling over a large dataset.
I have enabled row highlighting on hover and it’s working perfectly when no scrolling is in effect.
The minute I start to scroll up and down a few times, the whole row highlight gets duplicated as if the calculation of the row is not being up to speed and the class ‘wj-highlight-row’ gets applied over and over across several rows.
I’d appreciate any help or pointers around this issue.
Thanks,
W