Hi
How can I change text of items on the list?
OK, got it, thanks
Hello Vasily,
I apologize for any confusion, but the ValueConverter is not needed for a TemplateColumn. It can be used in order to modify the values displayed to your user, but it is not necessary because, as you had said, you can define templates for the TemplateColumn to do the same.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
Andrew Goldenbaum said:this is because the ValueConverter currently only modifies the value that is displayed to the user
OK, but why this converter needed in template column? I mean if you use template column you will define templates for it. And no one doesn't see the value which bound by the Key property which you will modify in the converter. Does it make sense to have any specific converter for it?
I'm not entirely sure I understand your most recent question, although it sounds like you are asking why you are unable to use the ValueConverter in the TemplateColumn to display new values in the FilterMenu. If this is the case, this is because the ValueConverter currently only modifies the value that is displayed to the user, rather than the actual underlying value, which is what the FilterMenu currently pulls from.
Ok, got It.
But why we use Value Converter for Template Column?