Browse by Tags
All Tags » template (RSS)
-
Hi all
I created a custom theme .. Under the ''themes'' folder in project there is a xaml file..... TableView.XceedDataGridTheme1.xaml ...
''XceedDataGridTheme1'' is the project name.
<ResourceDictionary ...
-
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 ...
-
I also struggled a bit with this.
It seems the best way to change the template of the column title row, is to define a new control template for the ColumnManagerCell class.
Just make sure to include a thumb with the name: PART_ColumnResizerThumb in the control template definition for the column resize to work.
Here is a sample:
<Style ...
|
|
|
|