This question is locked. New answers and comments are not allowed.
Hi i want to generate column at run time. In my condition Column is comming from Interface.
Right now i am using silverlight control and it is working fine following is the code for silverlight control
The following control is for silverlight...
Decorators:DataGridDecorator.Columns="{Binding Columns}" is generating column at run time.
There is any funtionaliy in
Right now i am using silverlight control and it is working fine following is the code for silverlight control
The following control is for silverlight...
<Data:DataGrid ItemsSource="{Binding ItemsSource}" x:Name="maingrid"
IsEnabled="{Binding IsLoaded}"
AutoGenerateColumns="False"
Foreground="Black"
HorizontalScrollBarVisibility="Disabled" Decorators:DataGridDecorator.Columns="{Binding Columns}" />Decorators:DataGridDecorator.Columns="{Binding Columns}" is generating column at run time.
There is any funtionaliy in
<telirik:RadGridView to do the above things......
i am using following version of dll
File Version 2011.1.419.1040
and product version 2011.1.0419.1040
Can you help me