I use the IsReadOnlyBinding feature in some areas in GridView
Sample :
IsReadOnlyBinding="{Binding AvgRateReadOnly}"
How can I change the background color for this cells?(IsReadOnly Binding feature is false)
I can change cell background for Edit mode, but I want the change background color to look like the edit mode before enter edit mode
How is possible?
Thanks