This question is locked. New answers and comments are not allowed.
Greetings.
Does anyone know how to remove programmatically all of the FilterDescriptors for a single GridView column? I know how to remove all descriptors from the grid:
However, it escapes me how to remove the descriptors only for a single column using the column's UniqueName.
Thanks for any assistance you can provide.
- Steve
Does anyone know how to remove programmatically all of the FilterDescriptors for a single GridView column? I know how to remove all descriptors from the grid:
_grid.FilterDescriptors.Clear();However, it escapes me how to remove the descriptors only for a single column using the column's UniqueName.
Thanks for any assistance you can provide.
- Steve