Skip to main content

Comments

1 comment

  • Official comment
    Dapfor Team

    Dear Tom,

    The best way to select rows in the grid is to iterate them in the 'foreach' statement:

    foreach (Row row in grid.Rows)
    {
        row.Selected = true;
    }

    Best regards,

    Dapfor

     

Please sign in to leave a comment.

Powered by Zendesk