This question is locked. New answers and comments are not allowed.
I have a grid that has a data column and three checkbox columns. I am binding text in the data column and checked and enabled states in the check box columns. All is good, including single click checking using a custom behaviour.
Now I also want to bind the visible state of the checkbox on a record by record basis and can't get it to work. I've tried a datatemplate attached to the column definition with Visibility bound to the underlying object but the binding is ignored.
Does anyone have suggestions?
Now I also want to bind the visible state of the checkbox on a record by record basis and can't get it to work. I've tried a datatemplate attached to the column definition with Visibility bound to the underlying object but the binding is ignored.
Does anyone have suggestions?