Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1410
Bind xamDataGrid to DataTable and have some styling based on extended properties
posted

Hello

Can you give me some very simple example of the following:

I have the xamDataGrid that is bind to DataTable. This works perfectly: the columns and rows are all there.

I cannot find anywhere: what should I do, if - for each value - I would like to have some property (doesn't matter what it is now: a flag, a boolean property) - that will just trigger some cell style.

For example: For each value there should be a flag, that - when set to true - the font of that cell should be grayed out.

The crux is that it must be done with DataTable!