Browse by Tags
All Tags » Column » Binding (RSS)
-
This post contains three questions really, so I'll try and be as succinct as possible.
I have a class (MyClass) derived from UserControl containing a DataGrid with a Column defined as thus:
<xcdg:Column FieldName=''Contact'' ForeignKeyConfiguration=''{StaticResource contactForeignKeyConfiguration}'' />
The ForeignKeyConfiguration is ...
-
Hi, this may solve the first problem, but what can we do if we want to display (in the same column) combined info from multiple values?
how can we pass multiple values to our CellContentTemplate?
thanks
-
Thanks Ghislain for your quick response.
I am afraid that the solution you have given is not applicable in the Xceed grid that i am working with. Please note that the Xceed Grid i am working with is of version 2.2 and it is not having a CellViewManager or CellEditorManager class and neither CheckBoxEditor nor CheckBoxViewer class.
The only class ...
-
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'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}'' ...
|
|
|
|