Count selected rows in Flexgrid Vb.NET

Posted by: bruno_mss on 25 January 2023, 3:31 am EST

    • Post Options:
    • Link

    Posted 25 January 2023, 3:31 am EST

    Hello, I’m using Vb.Net and would like to know how to count the selected rows in a flexgrid, I’ve already searched on google and here on the forum and I haven’t found anything similar.

    It would be something like: myFlexgrid.SelCount()

    Grateful for the attention.

  • Posted 26 January 2023, 8:53 pm EST

    Hello,

    Assuming you are using Wijmo’s FlexGrid in your application and want to know the selectedRows count in the grid then you may use the selectedRows property of FlexGrid. The selectedRows return array containing the rows that are currently selected, to get the count you can check the length of selecteRows array. Please refer to the API link below:

    https://www.grapecity.com/wijmo/api/classes/wijmo_grid.flexgrid.html#selectedrows

    Regards

  • Posted 26 January 2023, 11:15 pm EST

    Thanks :smiley:

Need extra support?

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

Learn More

Forum Channels