Skip to content

Custom Value for Excel Style Filtering in Data Grid #13600

Answered by ddaribo
SkylerLutz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SkylerLutz,

Sure, I can suggest leveraging the IgxCombo at the place of the input. It allows entering custom values to the combo’s data list, applying multiple selection and searching among them.
Similar to the default Excel Style Filtering, when constructing the filtering expressions tree, the values have to be passed as a set to the searchVal argument. Additionally, the filtering condition has to be “in”, so the values have to be specified as they are, for example:

The result set is an “or”-ed filtered list among the specified values for the column.
Here is a link to the new sample I prepared. Please, let me know if I can assist you with anything else on the matter.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ddaribo
Comment options

Answer selected by zdrawku
@SkylerLutz
Comment options

@ddaribo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants