Unplanned
Last Updated: 16 Jan 2014 09:55 by ADMIN
ADMIN
Venelin
Created on: 09 Aug 2013 13:56
Category: Grid
Type: Feature Request
2
IMPROVEMENT: Trigger horizontal scroll bar in hierarchical RadGrid when column in detailed table is expanded
Currently only columns in first level of hierarchy trigger horizontal scroll bar when being expanded by width. The goal is when resizing columns deeper in the hierarchy to trigger scroll too.

<ClientSettings AllowDragToGroup="true">
<Resizing AllowColumnResize="true" AllowResizeToFit="true" EnableRealTimeResize="true" ClipCellContentOnResize="false" ResizeGridOnColumnResize="false"/>
<Scrolling AllowScroll="true" UseStaticHeaders="true"/>
</ClientSettings>
0 comments