Browse by Tags
All Tags » CellContentTemp... » ComboBox (RSS)
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
Hi!
I'm quite new to xceed and I'm having some trouble figure out how to get the selectedValue from my comboboxes in my datagrid.
I've come as far as I get the selected value from one of the comboboxes.
I have an empty BindingList as the datagrids itemsource.
My columns:
<xcdg:Column FieldName=''Tittel'' Title=''Tittel'' ...
-
Hi,
I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:
XAML :
<xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
-
This post explains what needs to be done in order to display a value rather than an ID in a cell and in a combobox editor.
Please write all the necessary codes in XAML (especially the Bindings
everywhere!) and in C# that is needed to solve this problem. I'd like
to ask you not to suggest to me any sample codes because in those there
are ...
|
|
|
|