Posted 24 September 2024, 11:30 pm EST
Hi,
- You can hide the filter icon of the filter bar by defining the renderer for the FilterBarCellType as follows:
FilterBarCellType filterBarCellType = new FilterBarCellType();
filterBarCellType.ShowDropDownMenuStrip = false;
filterBarCellType.SubEditor = null;
fpSpread1.DefaultSkin.FilterBarDefaultStyle.Renderer = filterBarCellType;
- Could you please provide more details about your use case? Specifically, why is the filter bar essential in your scenario? Understanding your exact requirements will help us suggest a better approach that may be more suitable for your needs.
Thanks & Regards,
Aastha