Hi team,
I have following codes
The sample data and the corresponding types are all ready.
But I see no data in the design time window of grid view.
Anything I am missing?
I have following codes
<
telerik:RadGridView
x:Name
=
"HistoryData"
GroupRenderMode
=
"Flat"
GridLinesVisibility
=
"Vertical"
ColumnWidth
=
"50"
CanUserFreezeColumns
=
"False"
AutoGenerateColumns
=
"False"
AutoExpandGroups
=
"True"
IsFilteringAllowed
=
"True"
ShowGroupPanel
=
"False"
RowIndicatorVisibility
=
"Collapsed"
d:DataContext
=
"{d:DesignData Source=../SampleData/SampleData.xaml}"
>
The sample data and the corresponding types are all ready.
But I see no data in the design time window of grid view.
Anything I am missing?