Filtering a DataGrid on other column values #3751
-
For a DataGrid I have a context with an integer column and a string that belong to each other ({34, "34 AL"}, {120, "120 VL"} etc). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's hard to understand. Are you using a tuple or a dictionary? In either case, having a small sample code to reproduce it would be great to have as that way we would help you faster. |
Beta Was this translation helpful? Give feedback.
-
Here is the example code:
The first column does order correctly, but filtering on text does NOT work. |
Beta Was this translation helpful? Give feedback.
Here is the example code: