Browse by Tags
All Tags » IsEnabled (RSS)
-
Hi,
I am using Xceed DataGrid for WPF binding it with an observable collection. I have around 20 columns and i am looking to set the individual cell (not whole column) enable/disable as per my business logic.
I tried setting the same from corresponding .xaml.cs file ...
-
I've got something similar I've had to solve, it might help you to find a solution.
I have a row with a checkbox that has to be enabled or disabled based on a boolean value in the row. So I made a datatrigger. Here's my code:
<Style TargetType=''{x:Type ...
|
|
|
|