Skip to content

Instantly share code, notes, and snippets.

@Warr1611
Last active November 2, 2017 15:13
Show Gist options
  • Save Warr1611/b3d9552671bfbd04485f04baf481cf9d to your computer and use it in GitHub Desktop.
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
<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