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.
Hello,
You can create FieldLayouts for parent and child levels separately, and re-template the xamCheckEditor of the child field that contains Boolean value. I am attaching a sample that demonstrates it.
Let me know if that's what you were trying to achieve.
Thanks,
Sam