New to Telerik UI for WinFormsStart a free 30-day trial

Put a filter cell into edit mode programmatically

Updated on May 7, 2026

You can easily put a filter cell into edit mode by code. You should simply call the BeginEdit method of the desired cell:

Put a filter cell in edit mode programmatically

C#
this.radGridView1.MasterView.TableFilteringRow.Cells[1].BeginEdit();

WinForms RadGridView Filter Cell Non Edit Mode

WinForms RadGridView Filter Cell In Edit Mode

See Also

In this article
See Also
Not finding the help you need?
Contact Support