Browse by Tags
All Tags » Column (RSS)
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
-
Hi all,
I have a DataGridControl in XAML. Now to load this datagrid i am creating a DataGridCollectionView in code behind and assigning the DataTable from database to this DataGridCollectionView & using DataGridControl.ItemsSource = DataGridCollectionView . As in my application the data in database keeps on changing so i want to show ...
-
My grid is bound to a list of objects. I have some columns bound to properties on objects such as ObjectA.PropertyObject.PropertyA
FieldName=''PropertyObject.PropertyA''
Sorting does not work. Could you tell me what Im missing here?
In version 2.0 in code i was adding this as a workaround to get sorting to work for the columns on nested ...
-
Hi All,
I am trying to template the first column of the datagrid control with a (checkbox + textbox) controls combination.
While using XML as datasource, i require ''DisplayMemberBinding'' attribute to be binded with data, unlike when I use object data as source.
Problem is if I am trying to bind the data using cell editor template as ...
-
Hi All,
What I want is to apply a template to modify the way title is displayed for columns as follows;
<!-- Data Template for Xceed Column--><DataTemplate x:Key=''colTemplate''> <Label Content=''{xcdg:CellEditorBinding}'' TextBlock.FontWeight=''Bold'' /></DataTemplate>
If I use this template explicitly with each ...
|
|
|
|