Hi, we have an issues with rad grid resizing and this issue is only in IE11 in chrome its working perfectly.
This is the grid client settings and mastertable view code:
<
telerik:RadGrid
ID
=
"grdInvoiceList"
CssClass
=
""
Skin
=
"MetroTouch"
Width
=
"100%"
runat
=
"server"
AutoGenerateColumns
=
"false"
PagerStyle-HorizontalAlign
=
"Right"
AllowCustomPaging
=
"true"
AllowPaging
=
"true"
AllowFilteringByColumn
=
"true"
AllowSorting
=
"true"
EnableHeaderContextMenu
=
"true"
OnNeedDataSource
=
"grdInvoiceList_NeedDataSource"
OnItemDataBound
=
"grdInvoiceList_ItemBound"
OnItemCreated
=
"grdInvoiceList_ItemCreated"
EnableLinqExpressions
=
"false"
OnPreRender
=
"grdInvoiceList_PreRender"
>
<
GroupingSettings
CaseSensitive
=
"false"
/>
<
ExportSettings
FileName
=
"Invoice_Details"
OpenInNewWindow
=
"true"
ExportOnlyData
=
"true"
IgnorePaging
=
"true"
>
</
ExportSettings
>
<
ClientSettings
Resizing-AllowColumnResize
=
"true"
AllowAutoScrollOnDragDrop
=
"true"
Resizing-AllowResizeToFit
=
"true"
Resizing-EnableRealTimeResize
=
"true"
>
<
Scrolling
AllowScroll
=
"True"
SaveScrollPosition
=
"true"
></
Scrolling
>
<
Selecting
AllowRowSelect
=
"true"
/>
<
ClientEvents
OnColumnResized
=
"ColumnResized"
/>
<
ClientEvents
OnColumnShown
=
"ColumnShown"
/>
<
ClientEvents
OnColumnHidden
=
"ColumnHidden"
/>
<
ClientEvents
OnRowContextMenu
=
"RowContextMenu"
/>
</
ClientSettings
>
<
HeaderStyle
Width
=
"150px"
></
HeaderStyle
>
<
MasterTableView
Width
=
"100%"
AutoGenerateColumns
=
"false"
EditMode
=
"InPlace"
AllowFilteringByColumn
=
"True"
TableLayout
=
"Auto"
>
1, check image "IE-grid-1.png " once we land on the page we can see the scroll bar and we can scroll left to right without issues in IE.
2, now check "IE-grid-2.png" i just resized the grid header now the scroll bar disappeared. i will not get the scroll bar unless i reload the page.
is there a solution to resolve this issue? we are using telerik 2014.1.403.40.