I have the below markup, and in IE11, I get a horizontal scroll, which is equivalent to the width of my MasterTableView Border if the Grid is in a Tooltip. This does not happen in Chrome.
Version: 2014.3.1024.40
The only way I can get rid of the Horizontal scroll, is to specifically set the width of the MasterTableView to be the width of
my grid minus my border width times 2 , then the width is correct and I get NO scroll.
The rendered html shows 100% if I omit the width on the MasterTableView, but yet I get a border if the grid's in a Tooltip and I don't specify the width as defined above.
<
telerik:RadToolTip
ID
=
"rttPerformanceData"
runat
=
"server"
HideEvent
=
"ManualClose"
Modal
=
"False"
Title
=
"Select To View Performance Data Being Returned"
Position
=
"BottomCenter"
RelativeTo
=
"BrowserWindow"
ShowEvent
=
"FromCode"
EnableViewState
=
"True"
ShowCallout
=
"false"
ShowDelay
=
"0"
AutoCloseDelay
=
"0"
Visible
=
"false"
>
<
telerik:RadGrid
ID
=
"rgAirSoundModels"
runat
=
"server"
AutoGenerateColumns
=
"False"
BorderWidth
=
"0"
GridLines
=
"Both"
Visible
=
"true"
AllowSorting
=
"true"
Width
=
"500px"
CommandItemStyle-HorizontalAlign
=
"Right"
EnableLinqExpressions
=
"false"
MasterTableView-TableLayout
=
"Fixed"
>
<
MasterTableView
DataKeyNames
=
"pm_ProductModelID"
TableLayout
=
"Fixed"
BorderWidth
=
"1"
BorderStyle
=
"Solid"
BorderColor
=
"Gray"
>