ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to remove scroll bar from Grid
Title:
B
I
{code}
?
@(Html.Awe().Grid("channelData") .PageSize(25) .Height(846) .Resizable(true) .Groupable(false) .Sortable(true) .Url(Url.Action("GridGetItems")) .Columns( new Column {Bind = "Description", Header = "Description", ClientFormatFunc = "txt"}, new Column {Bind = "ChannelName", Header = "Name", ClientFormatFunc = "txt"}, new Column {Bind = "AValue", Header = "A", Width = 50, ClientFormatFunc = "txt"}, new Column {Bind = "BValue", Header = "B", Width = 50, ClientFormatFunc = "txt"})) My Grid is as defined above.
Save Changes
Cancel
test
asked at 27 Sep 2016
you can set .Height(0)
at 28 Sep 2016
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK