Browse by Tags
All Tags » CellContentTemplate (RSS)
Showing page 2 of 4 (38 total posts)
-
I have a DataGridControl which is bound to an Observable collection. This is working fine and I see my generated columns and the cells are filled in just fine.Problem:Now I want to add an additional column whose sole purpose is to have cells that are themselves buttons or contain buttons so that the user can click the button and do ...
-
In my DataGridControl, I have defined Column objects for the columns of the master rows and DataGridItemProperty objects (like below) for the columns of the detail rows (PropertyDetailDescription in DataGridCollectionViewSource.DetailDescriptions).
<xcdg:DataGridItemProperty Name=''MyProp'' DataType=''{x:Type sys:Decimal}'' ...
-
Hi,
I'm trying to customize my DataGrid display depending on the data it contains.
What I need to have is:
1) Changing the colour of some DataRows depending on a property of the displayed object (in order to highlight the active DataRows)
2) Displaying some entire DataRows with strikethrough text depending on a property of the displayed ...
-
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 have problem which I can not resolve.
I have datagrid with column contains foreign key values. For editig I am using combox ( IEnumerable collection as itemssource, DisplayMemberPath and SelectedValuePath) and it works fine. Now I want to display in cellContentTemplate classic TextBlock with the same value as DisplayMember in combobox.
Is ...
-
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 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 have a user Control having two dependancy properties . I am loading this user control in a data template . I am binding the data through code behind by creating a DataGridCollectionView . My reqirement is i want to bind more than one column to the user control.
my current code is
<xcdg:Column FieldName=''variable'' ...
-
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'' ...
2
|
|
|
|