FlexGrid Selection Questions

Posted by: djquecke on 18 August 2023, 11:45 pm EST

  • Posted 18 August 2023, 11:45 pm EST

    1. How do I clear all selections from the grid?

    2. When I select a row programmatically, how do I raise it to the top? I don’t want to actually move the row, just scroll it to the top, so to speak.

    Much Thanks,

    dj

  • Posted 20 August 2023, 11:27 pm EST

    Hello DJ,

    1. To clear the selection, you can use the following method.
    c1FlexGrid1.Select(-1,-1);
    1. To move the selected row on the top you can use the TopRow property of the flexgrid.

    Please find the attached sample implementing the same.

    Regards,

    Prabhat Sharma.

    FlexGrid_ScrollToTop.zip

Need extra support?

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

Learn More

Forum Channels