Hello,
I have a grid with a search box like the following:
"Label" column contains a text so there are no any problem to filter grid with by this column. "statusId" column contains a dictionary element text, related to the identifier, kept in the statusId field of the model. So, when have "1" in the model, I see "Status1" in the grid cell
How could I filter grid by dictionary element text (so "2" in the filter box will show me rows, having "Status2" in the statusId column, and "Item2" in the label column?