This question is locked. New answers and comments are not allowed.
hi,
for the rad grid cant i specify directly like this . in the main page.xaml i have specifed the style
that style i am assiging to rad grid i am getting an error here
for the rad grid cant i specify directly like this . in the main page.xaml i have specifed the style
that style i am assiging to rad grid i am getting an error here
Background
="#9adff3" AlternatingRowBackground="#a9e5f5" BorderBrush="#FFC5ECFF" ColumnHeaderStyle="{StaticResource DataGridColumnHeaderStyle1}" Style="{StaticResource DataGridStyle1}" RowStyle="{StaticResource DataGridRowStyle1}"
for rad grid cant we directly specify the style in the current page and directly use it.
or is it mandatory that we should only uses themes concept for desiging the gridview
thanks
kuamr