AD
Administrator
Syncfusion Team
May 7, 2008 05:07 AM UTC
>Hi,
Is there a property in grid grouping control that that would "not auto-expand the group header" when some one
(1) single click on the group header
(2) scroll to the header via key up/down
I know I can acheive the same by handling mouse and key down events but is there a simple property like "auto expand group header"?
I had set
gridGroupingControl.AllowedOptimizations = EngineOptimizations.RecordsAsDisplayElements
and thus was changing the default behavior when scrolling via key strokes ... Removing this works fine ... thanks