Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113037
    Claudia
    Participant

    I selected all the rows in the grid using the selectAllRows() method — how can I deselect all of them?

    #113038
    Markov
    Keymaster

    Hi Claudia,

    You can use the clearSelection method for this purpose.

    grid.clearSelection();

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.