Posted 27 Jan 2012 Link to this post
<
telerik:RadGridView
x:Name
=
"radGridView"
ItemsSource
"{Binding PagedSource, ElementName=radDataPager}"
Grid.ColumnSpan
"2"
AutoGenerateColumns
"False"
ShowColumnFooters
"True"
>
telerik:RadGridView.Columns
telerik:GridViewDataColumn
IsFilterable
Footer
"Total"
Width
"115"
telerik:GridViewColumn.Header
telerik:RadComboBox
"radComboBox"
"112"
SelectionChanged
"radComboBox_SelectionChanged"
telerik:RadComboBoxItem
Content
"Material"
/>
"Product Group"
</
telerik:GridViewColumn.CellTemplate
DataTemplate
TextBlock
Text
"{Binding Category}"
TextAlignment
"Right"
ToolTipService.ToolTip
></
Posted 01 Feb 2012 Link to this post
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>