Browse by Tags
All Tags » CellEditor » CellContentTemplate (RSS)
-
Hi Guys,
I have the following screnario (in a TableView):
I have a table X where where the record can be of three types, let's say A, B, C
This type is shown in Column 1 where the type is controlled using a combo box.
Now the screnarios for Column 2 are
Scenario 1: if the data is of type A, then column 2 will have a combo box where the ...
-
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 use a TabControl to display a list of custom
objects. Each TabItem displays a UserControl representing one of my
custom objects. Each UserControl contains a DataGrid and some other
components.
I try to use a NumericUpDown control (or
spinner) to edit my DataGrid cells (as a CellEditor and as a
CellContentTemplate). I use ...
-
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'' ...
-
Clicking off a DataRow or DataCell loses data!
On your grid, if a DataCell is in EditMode, navigating with the keyboard (tabbing or arrow keys etc.) to a different DataCell or DataRow works perfectly. The value you have just typed in is saved back to the data (I guess EndEdit is called) and the new DataCell or DataRow becomes ...
|
|
|
|