Telerik - RadGrid - Adding a column filter

This article will show how to add a column filter to a Telerik grid in code

 

Related Articles

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

        Dim filter As New Telerik.WinControls.Data.FilterDescriptor
        filter.PropertyName = "itemnmbr"
        filter.[Operator] = FilterOperator.StartsWith
        filter.Value = "holci"
        filter.IsFilterEditor = True
        Me.RadGridView2.FilterDescriptors.Add(filter)

Note: The .propertyname is case sensitive


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