Posted 17 Jul 2012 Link to this post
Posted 18 Jul 2012 Link to this post
I would suggest you to expose the DataContext as a StaticResource. Then use it for the Binding, for example: <TextBlock Text="{Binding ID, Source={StaticResource MyDataContext}}"/>
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 24 Nov 2012 Link to this post
<
telerik:GridViewDataColumn
DataMemberBinding
=
"{Binding Date, StringFormat='MMM dd yyyy, ddd'}"
>
telerik:GridViewDataColumn.AggregateFunctions
telerik:CountFunction
Caption
"Days: "
/>
</
"{Binding Month}"
IsVisible
"False"
telerik:GridViewDataColumn.GroupHeaderTemplate
DataTemplate
StackPanel
Orientation
"Horizontal"
TextBlock
Text
"{Binding Date, StringFormat='MMMM'}"
telerik:RadGridView.GroupDescriptors
telerik:GroupDescriptor
Member
"Year"
SortDirection
"Descending"
"Month"