We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon