Browse by Tags
All Tags » enum (RSS)
-
I've attached an example project demonstrating this. In my FilterRow, the columns based on enum properties of my datasource are disabled and appear with a striped background. I have set the IsEnabled flag to false on my other non-enum column FilterCell, but it doesn't show as disabled with a striped background like the enum column ...
-
I have a DataGrid bound to a class where one of the properties is of a run-time Enum type created using EnumBuilder. I wish to have the Column automatically detect the enumerators in the enum and display them in a drop-down box on the cell (a ComboBox).
I understand that if the enum was defined at design-time, I can use the following XAML ...
-
I want to use enum in a column, but everytime when i open the column for edit i don't see the value of the current item. I mean that the combo is opened will al the values. but there isn't a selected value (the combo doesn't take the current item value to be selected on the comb)
Here is the code when productCategory is an enum
in ...
|
|
|
|