I have searched the forum for the answer and all I come up with is XAML methods to do this. When trying to use the convert method via XAML it always throws an exception (due to the fact that I am using the AutoGenerate field method I think).
That said is there an example of how this would be done in code?
Thanks,
This is very useful and I've used the method to use a converter class to change all my numeric cells in my XamDataGrid to be a different colour based on their values. However, how can I refine this so it only affects a particular field/column?
Yes - that should work.
Joe
Is it possible to add a context menu the same way.
I mean, based on the cell's value we build a context menu for the CellValuePresenter.
I had tried in lot many ways. But could not get it thru.
Does anyone have an idea on this?
Thanks.
It works! Not sure what I did wrong in the sample but never the less this works perfectly.
Thank you for your help on this matter.