Disable Group row selection in flex grid windows form

Posted by: ronny on 5 December 2022, 5:55 am EST

    • Post Options:
    • Link

    Posted 5 December 2022, 5:55 am EST - Updated 5 December 2022, 6:28 am EST

    Hi,

    I am working on a flex grid in windows form version 4.0,

    I could not find how to select the group rows among the other rows. Because I want to disable the group row selection.

    I can see there is a property “IsNode” at the row. Can we get the row is a group row if “IsNode” property is true?

  • Posted 5 December 2022, 9:14 am EST

    Hi Ronny,

    Yes, when the grouping is enabled in the Grid, the Group header rows are called the Node rows and can be differentiated by checking the “IsNode” property. If you have multiple levels of grouping, you can also differentiate between them using the “Row.Node.Level” property. Kindly refer to the attached sample showing the same.

    Attachment: GroupRow_Fg.zip

    Best Regards,

    Kartik

  • Posted 6 December 2022, 9:35 am EST

    Thanks for the quick response.

Need extra support?

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

Learn More

Forum Channels