I have a master page, then i have a content page that hosts a RadTabStrip and RadMultiPage. I load some user controls inside the multipage (on demand). In one of the user controls i have a radGrid that looks fine in Firefox (http://www.telerik.com/ClientsFiles/235428_ff.jpg) and other browser but in IE it looks like on the picture below:
http://www.telerik.com/ClientsFiles/235429_ie.jpg
Is it bug or what?
The ASP.NET code looks like following:
http://www.telerik.com/ClientsFiles/235429_ie.jpg
Is it bug or what?
The ASP.NET code looks like following:
<
telerik:RadGrid
ID
=
"RadGrid1"
runat
=
"server"
Skin
=
"Windows7"
AllowAutomaticInserts
=
"true"
AllowAutomaticDeletes
=
"true"
AllowAutomaticUpdates
=
"true"
AllowPaging
=
"true"
PageSize
=
"10"
GridLines
=
"None"
AutoGenerateColumns
=
"false"
AutoGenerateDeleteColumn
=
"false"
>
<
MasterTableView
DataKeyNames
=
"RecordID"
CommandItemDisplay
=
"Top"
PagerStyle-Position
=
"Bottom"
PagerStyle-Mode
=
"NextPrevAndNumeric"
>
<
CommandItemSettings
AddNewRecordText
=
"Add new record"
/>
<
Columns
>
' just a few columns here
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>