Posted 19 July 2021, 10:50 am EST
Good morning
I have a problem related to showMarquee flag:
The old version of Wijmo library (5.20193.637) shows the border for the selected cell only if “selectionMode” = “ListBox” and “showMarquee” = true.
(Example: https://stackblitz.com/edit/angular-g5extm)
The latest version of Wijmo library (5.20211.794) shows the border for the whole row which cell was selected if “selectionMode” = “ListBox” and “showMarquee” = true.
(Example: https://stackblitz.com/edit/angular-oce5ot)
Could you please describe why does “showMarquee” flag has a different behavior for both versions?
Is it possible to get the same result of selection styles as we have in the old version (when the user selects the cell it highlights the whole row with a specific background color and shows borders for the selected cell only)?
Thanks!