Hi,
I've a list of data items with two properties (ItemName (string) and ItemFlag (boolean)). I want to have a SfDataGrid with two columns.
A text column displaying the ItemName and a button column displaying a button (bound to a viewmodel command) if ItemFlag=true or displaying nothing (or a disabled button) if ItemFlag=false.
I think I'll need a DataTemplateSelector but in my trials the overridden SelectTemplate method was never called.
Can you help me?
Regards
Harald