Browse by Tags
All Tags » combobox » CellEditor (RSS)
-
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 ...
|
|
|
|