Grid is selecting all when arrowing up to header

I have a grid grouping control and when I am at the top row and hit arrow up, the focus moves away from the grid and into the header, and all cells get selected. How can I turn this off?

1 Reply

AD Administrator Syncfusion Team July 14, 2004 01:29 PM UTC

Try this.gridGroupingControl1.Appearance.AnyHeaderCell.Enabled = false; Stefan

Loader.
Up arrow icon