I need to figure out when a grid has active group or groups (Outlook GroupByBox). Which property should I check? I can check the first row and verify if it is an UltraGridGroupByRow but that only works when the grid has rows.
Nevermind, the sorted column object has IsGroupByColumn property.