Posted 20 May 2022, 1:49 am EST
Hi Team,
The vertical scroll bar is not showing even if I gave the fixed height to the grid.
<wj-flex-grid #flexGridBill class=“bento-flex-grid has-row-hover” [isReadOnly]=“true”
[itemsSource]=“targetGridBill” [stickyHeaders]=“true” [showMarquee]=“true” [showSort]=“true”
(initialized)=“gridInitialized(‘Bill’)” id=“grdTargetBill” style=“max-height: 280px;”>
I gave height as 280px and I have data more than that height. I can scroll the remaining data with the help of down arrow and mouse but why the scrollbar is not showing up when height is given fixed. We need the scrollbar so that end user knows there is more data in the grid.
could you please help here.
Thanks,
Kranthi