showMarquee flag renders differently for different Wijmo versions

Posted by: a.telyatko on 19 July 2021, 10:50 am EST

  • 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!

  • Posted 20 July 2021, 7:32 am EST

    Hi,

    This is the intended behavior. The behaviour observed in the older build(5.20193.637) is incorrect because marquee highlight the current selection and in Listbox mode whole row is the selection.

    However, if you need to have the old behaviour then you may handle the updatedView event and update the marquee position as demonstrated in the following updated sample:

    https://stackblitz.com/edit/angular-6utfju?file=src%2Fapp%2Fcomponents%2Fme-compscv.component.ts

    Regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels