This question is locked. New answers and comments are not allowed.
I have XAML Code for create Custom Control in Radgrid to add RadDatePicker :-
How to Achieve this Templating through C# ???
Thanks
Deeptanshu
<radGrid:GridViewDataColumn Header="Edd" UniqueName="colVenderEDD" DataMemberBinding="{Binding VendorEDD}"> <radGrid:GridViewDataColumn.CellEditTemplate> <DataTemplate> <telerik:RadDatePicker IsTooltipEnabled="False" SelectedValue="{Binding VendorEDD,Mode=TwoWay}"/> </DataTemplate> </radGrid:GridViewDataColumn.CellEditTemplate> </radGrid:GridViewDataColumn>How to Achieve this Templating through C# ???
Thanks
Deeptanshu