Last active
November 2, 2017 15:13
-
-
Save Warr1611/b3d9552671bfbd04485f04baf481cf9d to your computer and use it in GitHub Desktop.
[Kendo Grid column overflow fix] Fix a kendo grid overflowing to the right when too many columns. #kendo #csharp #grid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="width=100%;"> | |
@(Html.Kendo().Grid() | |
.Scrollable() | |
) | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment