determine if in FilterBar record

Hi. I have a grid grouping control, with a FilterBar on top. When I populate the grid with data, the focus initially goes to the FilterBar record. How can I determine if the focus is on the FilterBar or on the first data record ... the gridGroupingControl1.CurrencyManager.Position property seems to return "0" for both. Thanks. Ross.

1 Reply

AD Administrator Syncfusion Team June 20, 2005 05:58 PM UTC

You can check the type of the currentcell.Renderer if(this.gridGroupingControl1.TableControl.CurrentCell.Renderer is GridTableFilterBarCellRenderer) { // on the filter row }

Loader.
Up arrow icon