All Tags »
Code-Behind »
Columns »
Templates (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...