Browse by Tags
All Tags » ComboBox » CellEditor (RSS)
-
Hi..I am using Xceed DataGrid For WPF 3.5 professional edition.
I am binding a combobox as cell editor through C# code and not throgh XAML. The selected value of the combobox is not retained in the cell after the edit. I want to set the SelectedValueProperty so that it will retain the selected value, but dont know what should i set it ...
-
I have a column defined as thus:
<xcdg:Column> <xcdg:Column.CellEditor> <xcdg:CellEditor> <xcdg:CellEditor.EditTemplate> <DataTemplate> <ComboBox ...
-
I have the following columns defined in a DataGridControl:
<xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''Ccy'' Title=''Currency''> <xcdg:Column.CellEditor> <xcdg:CellEditor> ...
-
I have a combo box in a grid cell which populates data from collection. However, it's value is not getting saved in the grid cell when focus is moved to another row in the grid. Any pointers would be greatly appreciated.
-
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 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'' ...
-
Hi all
I have a DataGrid with only one column (the cell editor is a combobox )
What I'm trying to achieve is when ever the user change a value in this column (select different value from combo box or just click a row), I get an event with the selected value
Does anyone know how to get the selected row event?
question 2:
I have an ...
|
|
|
|