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
120
How to use pictures to replace the checked box in a xamdatagrid when data binding?
posted

Hi all,

I have a question here:

I have a hierarchical grid. There is one bool field in the children row. The default style is showing the bool field as a checked box.

Because this field is readonly, I want to use two picutres to replace the checked/unchecked status. I know in non-hierarchical grid, i can use unbound field, but how to do this in hierarchical grid?

Thanks.