Telerik Winforms Grid filter example

I need to have a Telerik Winforms radgrid filter by using a textbox outside the grid. This code example shows how

Related Articles

... and you 'll find more on the Telerik Winforms Grid Menu

Dim filter As New FilterDescriptor()
filter.PropertyName = "Plant"
filter.[Operator] = FilterOperator.StartsWith
filter.Value = Me.TypeAhead
filter.IsFilterEditor = True
Me.RadGridView1.FilterDescriptors.Add(filter)


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences