Here is my custom renderer for TexCell
<local:ExtendedTextCell isEnabled="{Binding Enabled}"/>
The binding changes dynamically but this doesn't disable the TextCell.
How do I make it so that TextCell gets enabled/disabled? Which method do I need to overwrite in the TextCellRenderer.
Greatly appreciated if you can provide an example