Hello, Вадим,
Thank you for writing.
You can enable the filtering functionality for the whole RadGridView but disable it only for specific columns by setting the AllowFiltering property of the column:
![]()
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Progress Telerik
Thank you for writing.
You can enable the filtering functionality for the whole RadGridView but disable it only for specific columns by setting the AllowFiltering property of the column:
this
.radGridView1.Columns[3].AllowFiltering =
false
;
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.