Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Vb code
uwgActive.DisplayLayout.Bands(0).Columns(0).Width = Unit.Pixel(30)
uwgActive.DisplayLayout.Bands(0).Columns(1).Width = Unit.Pixel(80)
uwgActive.DisplayLayout.Bands(0).Columns(2).Width = Unit.Pixel(200)
uwgActive.DisplayLayout.Bands(0).Columns(3).Width = Unit.Pixel(80)
uwgActive.DisplayLayout.Bands(0).Columns(4).Width = Unit.Pixel(200)
uwgActive.DisplayLayout.Bands(0).Columns(5).Width = Unit.Pixel(70)
uwgActive.DisplayLayout.Bands(0).Columns(6).Width = Unit.Pixel(70)
uwgActive.DisplayLayout.Bands(0).Columns(7).Width = Unit.Pixel(80)
uwgActive.DisplayLayout.Bands(0).Columns(8).Width = Unit.Pixel(200)
Me.uwgActive.Columns(5).CellStyle.Wrap = True
Me.uwgActive.DisplayLayout.HeaderStyleDefault.Height = Unit.Pixel(50)
Me.uwgActive.DisplayLayout.StationaryMargins = Infragistics.WebUI.UltraWebGrid.StationaryMargins.Header
Me.uwgActive.DisplayLayout.ScrollBarView = ScrollBarView.Vertical



Html Code
"
<igtbl:ultrawebgrid id="uwgActive" DisplayLayout-ScrollBarView="Vertical" runat="server" ImageDirectory="/ig_common/Images/" Height="80px">
<DisplayLayout AllowSortingDefault="OnClient" RowHeightDefault="20px" Version="4.00" SelectTypeRowDefault="Extended"
AllowColumnMovingDefault="None" RowsRange="10" HeaderClickActionDefault="SortSingle" BorderCollapseDefault="Collapse"
RowSelectorsDefault="No" Name="ActiveWebGrid">"

What I have tried:

i have tried using DisplayLayout-ScrollBarView="Vertical" in HTMl code and also tried to modify the height and width of webgrid
Posted
Updated 7-Jan-18 20:48pm

1 solution

Got the answer . This is related to Infragistics so nothing was working unless i found a solution .

Just placed webgrid inside the Div and set scrollbar property as below

Div style="width: 100%; height: 400px; overflow: scroll";
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900