Replies: 2 comments 1 reply
-
https://github.com/w-ahmad/WinUI.TableView.SampleApp @VisualAlf try this sample app, it has custom filter implementation. |
Beta Was this translation helpful? Give feedback.
-
@w-ahmad nice and useful app! Thanks. My question was a followup of #55, where I mentioned my 'overdue-problem', which simply describes a task as: if a certain date in a cell is overdue, draw it in Red. For that I used to have a Looking at your example, that's possible now. But honestly that's just a lot of code for the simple task at hand. If we could have a simple Event on a Bound Column that fires after generating an Element, delivering
that would reduce the code to 1 attribute on the TableViewColumn and perhaps 3 lines of code behind. Example:
Code-behind:
'sender' is the generating column, which gives us access to Binding et. al. What do you think? |
Beta Was this translation helpful? Give feedback.
-
@w-ahmad : Thanks for your time and labour on TableView.
I tried the version of Feb 07, 2025 (52a0ef4) and feel a bit lost at the moment about the usage of
IColumnFilterHandler
( as of #98)Could you please provide a simple example:
something like:
Beta Was this translation helpful? Give feedback.
All reactions