Hi,
After researching the forum and all available examples I still have a problem.
Dear Telerik team members, before you post here an examples please make sure you read carefully this question:
I have a simple enum (for populating GridViewComboBoxColumn options), and integer value representing the current value for each row/combobox
I need to bind the enum to the GridViewComboBoxColumn using XAML only (without setting the code-behind as I use MVVM) and without creating for this an extra custom class
In all examples that I found on your web site you use an extra custom class to represent the data and connect it to the GridVeiw
Please provide an example that will have a DataGrid with GridViewComboBoxColumn that is databinded to an enum directly
Thank you!
After researching the forum and all available examples I still have a problem.
Dear Telerik team members, before you post here an examples please make sure you read carefully this question:
I have a simple enum (for populating GridViewComboBoxColumn options), and integer value representing the current value for each row/combobox
I need to bind the enum to the GridViewComboBoxColumn using XAML only (without setting the code-behind as I use MVVM) and without creating for this an extra custom class
In all examples that I found on your web site you use an extra custom class to represent the data and connect it to the GridVeiw
Please provide an example that will have a DataGrid with GridViewComboBoxColumn that is databinded to an enum directly
Thank you!