Clear selection in wijmo grid

Posted by: mmurugesan on 31 January 2020, 1:47 pm EST

    • Post Options:
    • Link

    Posted 31 January 2020, 1:47 pm EST

    Team,

    Ive the below code to clear the rows selection in my grid.

    myGrid.rows.forEach(row => {

    row.isSelected = false;

    });

    It works but if I click any row manually then that row’s selection alone is not cleared.

    Any thoughts?

  • Posted 31 January 2020, 1:50 pm EST - Updated 3 October 2022, 5:46 pm EST

    Attached here is the gif.

  • Posted 31 January 2020, 1:58 pm EST

    got it.

    myGrid.select(-1, -1) clears all selection.

  • Posted 2 February 2020, 11:18 pm EST

    Hi,

    We are glad that you were able to resolve the issue. Let us know in case you have any other queries.

    Regards,

    Ashwin

Need extra support?

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

Learn More

Forum Channels