This question is locked. New answers and comments are not allowed.
Hi,
I have created only radgridview definition in .xaml as follows
I have created only radgridview definition in .xaml as follows
<
telerikGrid:RadGridView x:Name="gridview1" Grid.Row="1" ShowColumnFooters="False"
AutoGenerateColumns="True" CanUserSortColumns="True"
ScrollViewer.VerticalScrollBarVisibility="Visible" CanUserFreezeColumns="False" ScrollViewer.HorizontalScrollBarVisibility="Visible"
ScrollMode="RealTime" ShowGroupPanel="False" >
</telerikGrid:RadGridView>
I want to create dynamically a GridViewDataColumn in code behind and also i have to add cell template and
CellEditTemplate for that dynamically created column. How can i do this?
Andalso i have to give sorting for that dynamic created GridviewDataColumn. How can i acheive this?
Regards
Lakshmi