Posted 30 May 2018, 12:57 am EST
Hi Sourabh!
In order to achieve the desired behaviour, you can take advantage of custom filter. This can be done by creating two classes:
- A filter class that implements the IC1ColumnFilter interface, and
- An editor class that implements the IC1ColumnFilterEditor interface.
I suggest you to refer the sample “CustomFilters” in ComponentOne Samples at this location :
\Documents\ComponentOne Samples\WinForms\C1FlexGrid\CS\CustomFilters
This demonstrates you the way of creating custom filters.
Best regards,
Meenakshi