Unplanned
Last Updated: 27 Aug 2018 07:42 by ADMIN
ADMIN
Martin Ivanov
Created on: 27 Aug 2018 07:42
Category: GridView
Type: Bug Report
0
GridView: Vertical scrollbar disappears when the gridview is hosted in a RadExpander
The vertical scrollbar of the RadGridView control disappears when hosted in a RadExpander control with its ExpandDirection set to Right. Initially the scrollbar is shown but if you collapse and then expand the expander control, the scrollbar is missing.

To work this around, stop the RadExpander's animation.
<telerik:RadExpander telerik:AnimationManager.IsAnimationEnabled="False" />
0 comments