Hi, I'm using a VirtualGrid with a CustomDataProvider. I want disable the filtering capabilities for certain columns removing also de funnel symbol in the header. How can I do that?
1 Answer, 1 is accepted
0
Dilyan Traykov
Telerik team
answered on 11 Oct 2022, 10:50 AM
Hi Gonzalo,
You can disable the filtering for a particular property by overriding the DataMemberNeeded method of the custom DataProvider and setting the IsFilterable property of the DataMemberEventArgs: