Browse by Tags
All Tags » Column Header » Column (RSS)
-
hello,
I have the following issue with grid filtering :
I can not make filtering on some columns, these colum are binded to complex field of my dataObject.
e.g :
MyDataobject :string nameMyDataObjectType typein the xaml :
<xcdg:Column FieldName=''Name''>
<xcdg:Column ...
-
Hi All,
I need to populate the column header/ title dynamically in Xceed DataGrid Control. Please help me out.
Here is the sample scenario.
ID Year Value
1 2008 20
2 2008 21
3 ...
-
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 / ...
|
|
|
|