This is a migrated thread and some comments may be shown as answers.

Create Dynamic Radgridview CellEdittemplate in Silverlight

1 Answer 27 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Deeptanshu
Top achievements
Rank 1
Deeptanshu asked on 13 Feb 2013, 06:32 AM
I have XAML Code for create Custom Control in Radgrid to add RadDatePicker :- 
<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

1 Answer, 1 is accepted

Sort by
0
Deeptanshu
Top achievements
Rank 1
answered on 22 Feb 2013, 05:40 AM
Hi,

Please let me know that is there any possibilities to achieve this or not...

Thanks
Deeptanshu Belwal
Tags
GridView
Asked by
Deeptanshu
Top achievements
Rank 1
Answers by
Deeptanshu
Top achievements
Rank 1
Share this question
or