Hi there,
Is it possible to add customize filter? e.g. When column is string type, can "Less Than" filter be added?
Thanks,
Michael
Hello Michael,
Attached you can find a sample which demonstrates how to create a custom filter with a "Less than" condition on string column. The custom filter filters by the char code of the first letter of the string.
Hope this helps,Martin Pavlov
Infragistics, Inc.
Thanks Martin for confirmation.
We like to filter grid data which is categorized by alphabets, e.g. display rows whose categorized column value is Less Than "C"
Hi Michael,
There is no out of the box way to customize grid column filter and the custom implementation cannot be achieved easily. It involves overriding some private functions, so you need to have the Ignite UI source code which comes with a standard license.
What is the reason behind a "Less Than" condition for string column?
Best regards,Martin PavlovInfragistics, Inc.