I have grids that are not expanding to fill the complete witdth. I used the default skin and just made two changes to it in regards to color and call it "MySkin". This is not happening to all my girds, just some of them and I can't seem to find what is causing this.
The grid works fine and the columns line up underneith the headers on localhost, but the servers we deploy to are the problem. The page loads and looks like it will line up underneith the headers for a brief second then shrinks.
Telerik.Web.UI.dll: 2010.1.415.35
The grid works fine and the columns line up underneith the headers on localhost, but the servers we deploy to are the problem. The page loads and looks like it will line up underneith the headers for a brief second then shrinks.
Telerik.Web.UI.dll: 2010.1.415.35
<
telerik:RadGrid
ID
=
"RadGrid1"
AllowMultiRowSelection
=
"False"
AllowSorting
=
"True"
AllowNaturalSort
=
"True"
AllowPaging
=
"True"
AutoGenerateColumns
=
"False"
AlternatingItemStyle-HorizontalAlign
=
"Left"
GroupingEnabled
=
"True"
HeaderStyle-HorizontalAlign
=
"Center"
Height
=
"475px"
ItemStyle-HorizontalAlign
=
"Left"
OnSortCommand
=
"RadGrid1_SortCommand"
OnNeedDataSource
=
"RadGrid1_NeedDataSource"
OnItemDataBound
=
"RadGrid1_ItemDataBound"
PageSize
=
"15"
ShowFooter
=
"True"
ShowHeader
=
"True"
ShowGroupPanel
=
"False"
ShowStatusBar
=
"True"
SelectedItemStyle-ForeColor
=
"#000000"
EnableEmbeddedSkins
=
"False"
Skin
=
"MySkin"
Width
=
"100%"
runat
=
"server"
>
<MasterTableView AllowMultiColumnSorting="True" DataKeyNames="ID" TableLayout="Fixed" HeaderStyle-Wrap="false" Width="100%">