I am disabling checkboxes in the grid. Setting IsEnabled to false. How do I make it look like a windows checkbox when disabled. You know, kind of grayed out.
Anybody?
Hi singlemalt,
What you've done, i.e. setting the IsEnabled to false, should do the trick.
Please check the attachment to see what I get using the following template:
<
ControlTemplate TargetType="{x:Type igDP:CellValuePresenter}">
Could you, please let us know which NetAdvantage version you're using, and how your checkboxes appear?
Thanks.