Browse by Tags
All Tags » Templates » Columns (RSS)
-
Hi,
I am trying to replace the default appearance of the ColumnMangerCell by providing a ContentTemplate. The code looks like this:
<Style TargetType=''{x:Type xcdg:ColumnManagerCell}''>
<!--<EventSetter Event=''MouseDown'' Handler=''Column_MouseDown'' /> does not work why?-->
<EventSetter ...
-
I have a combobox in the TitleTemplate of a grid. When a button click event fires, I want to loop through all of the comboboxes created by the TitleTemplate (x:Name=''ThisComboBox'' in the XAML below). Can you please tell me how access these comboboxes in the code-behind? (The XAML is listed below):
<xcdg:DataGridControl ...
|
|
|
|