Hi,
I tried to add combox to one of the column header in my TreeListView as below, but it doesn't work.
By the way, I was going to attach some pictures, I couldn't find attach button when I edit this thread.
Regarding,
Fendy
I tried to add combox to one of the column header in my TreeListView as below, but it doesn't work.
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding UnweightedCount, Mode=OneWay}"
>
<
telerik:GridViewColumn.Header
>
<
DataTemplate
>
<
ComboBox
>
<
ComboBoxItem
Name
=
"cbi1"
>Item1</
ComboBoxItem
>
<
ComboBoxItem
Name
=
"cbi2"
>Item2</
ComboBoxItem
>
<
ComboBoxItem
Name
=
"cbi3"
>Item3</
ComboBoxItem
>
</
ComboBox
>
</
DataTemplate
>
</
telerik:GridViewColumn.Header
>
</
telerik:GridViewDataColumn
>
By the way, I was going to attach some pictures, I couldn't find attach button when I edit this thread.
Regarding,
Fendy