Can two field names be assigned on the igx column? #13768
-
I have multiple fields on my grid. Here is the code
I need to perform the search operations. It only works with whichever name I mention in [field]="'IndustrySector.'" It's not able to search with a second value like IndustryGroup. Is there any solution for multiple names being in one igx column? Then, What should be the best approach for searching? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
According to the Grid Searching topic section about known limitations, I am afraid that searching in cells with a template is listed as such. By the way, this question and the code-snippet's data properties are identical to a query from this recent forum thread. |
Beta Was this translation helpful? Give feedback.
Hi @chaklasiyanikunj,
According to the Grid Searching topic section about known limitations, I am afraid that searching in cells with a template is listed as such.
By the way, this question and the code-snippet's data properties are identical to a query from this recent forum thread.
Please, check out my reply in the forum, where there is also a workaround suggested. Of course, depending on the cell template layout and styles, not everything could be achieved via CSS styles, nevertheless, this would be the approach to adopt in order to have the Searching feature work over the
IndustrySector
column's cells.