Hi,
My other grids are working fine - but this one doesn't display any skin whatsoever, even if I change the skin. Please see attached images illustrating the problem.
Code is below; please help.
Kind regards,
James
My other grids are working fine - but this one doesn't display any skin whatsoever, even if I change the skin. Please see attached images illustrating the problem.
Code is below; please help.
<
telerik:RadGrid
ID
=
"grdEmail"
runat
=
"server"
AllowFilteringByColumn
=
"True"
EnableAjaxSkinRendering
=
"true"
AllowPaging
=
"True"
Width
=
"900px"
AllowSorting
=
"True"
AutoGenerateColumns
=
"False"
GridLines
=
"None"
onitemcommand
=
"grdEmail_ItemCommand"
onneeddatasource
=
"grdEmail_NeedDataSource"
>
<
MasterTableView
>
<
RowIndicatorColumn
>
<
HeaderStyle
Width
=
"20px"
></
HeaderStyle
>
</
RowIndicatorColumn
>
<
ExpandCollapseColumn
>
<
HeaderStyle
Width
=
"20px"
></
HeaderStyle
>
</
ExpandCollapseColumn
>
<
Columns
>
<
telerik:GridBoundColumn
HeaderText
=
"Service No."
UniqueName
=
"serviceNumber"
DataField
=
"serviceNumber"
>
</
telerik:GridBoundColumn
>
etc...
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>
Kind regards,
James