BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Thomas,
Thanks for using Syncfusion products.
We couldn't understand your requirement clearly. Could you please explain your requirement clearly whether you need column not be hidden while resizing browser window or you want enable scroller while resizing the browser window?
Please let us know if you need further assistance.
Regards,
Shanmugaraja K
Hi Thomas Kiehl,
Thanks for your update.
We suggest you to use Scrolling method to control Grid
columns get hidden when the browser window width is reduced. Please refer the
below code snippet.
[CSHTML]
@(Html.Syncfusion().Grid<scrolling.Models.Student>("GenericListGrid")
.Datasource(Model)
….
.Scrolling(scroll =>
scroll.Height(300).Width(550).AllowScrolling(true))
Please refer the below sample for further reference.
Sample : scrolling.zip
Also, refer the documentation for scrolling from the following
link.
Documentation Link : http://help.syncfusion.com/ug/asp.net%20mvc/grid/default.htm#!documents/throughgridbuilder49.htm
Please let us know if you need further assistance.
Regards,
Shanmugaraja K