Hi,
How can I enforce that a UltraGridGroupByRow is not expandable? When user clicks on the + button, I want it has no effect instead of expanding the row.
I don't see there are any event I can capture with cancelable flag. And there is no setting to make the + button invisible.
Thanks.
Jason
Jason,
The BeforeRowExpanded event should provide what you need.
-Matt