Good day,
I have a question about DataGrid Hierarchy. As shown below I want to see DataGrid Hierarchy with checkbox.
Unfortunately, I cannot activate the checkbox-indeterminate? How can I change settings so that it is activated?
just like here:

Good day,
I have a question about DataGrid Hierarchy. As shown below I want to see DataGrid Hierarchy with checkbox.
Unfortunately, I cannot activate the checkbox-indeterminate? How can I change settings so that it is activated?
You need to bind to bool?
and set TriState
to true:
You can set TValue="bool?"
.
Well, you might want to have tri-state CheckBox in the header instead for items.
Yes, that will work for me too. But I get the args error in the header area.