Posted 18 Jul 2012 Link to this post
Posted 19 Jul 2012 Link to this post
I would suggest you to check this help article for a reference on how to achieve your goal.
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 21 Jul 2012 Link to this post
<
telerik:RadGridView
AlternationCount
=
"2"
Grid.Row
"1"
HorizontalAlignment
"Stretch"
x:Name
"dgdUser"
CanUserFreezeColumns
"False"
IsReadOnly
"{Binding GridView}"
Visibility
"{Binding ShowUser}"
AutoGenerateColumns
VerticalAlignment
ShowGroupPanel
RowIndicatorVisibility
"Collapsed"
>
telerik:RadGridView.Columns
telerik:GridViewDataColumn
DataMemberBinding
"{Binding Name}"
Header
"Name"
"Effective From"
"{Binding EffectiveFrom}"
MinWidth
"140"
telerik:GridViewDataColumn.CellTemplate
DataTemplate
telerik:RadDateTimePicker
Width
"123"
"rdEffectiveFrom"
InputMode
"DatePicker"
SelectedDate
"{Binding Path=EffectiveFrom, Mode=TwoWay}"
"Left"
/>
</
"Effective To"
"{Binding EffectiveTo}"
"150"
"rdEffectiveTo"
"{Binding Path=EffectiveTo, Mode=TwoWay}"