Hi,
I needed a custom filtering in the grid columns and I used FilteringControl property in the column to set my custom control (which implements
I needed a custom filtering in the grid columns and I used FilteringControl property in the column to set my custom control (which implements
IFilteringControl)
. Then the problem was my filter control was totally different (in look and feel) to the default ones in the grid.
Is there a way to extend the default filter control in grid? or a recommended way to implement similar look and feel?
Thanks
Indrajith