Created
July 8, 2017 18:47
-
-
Save robinvanderknaap/dea3ae46b7afc935705a9d05493bef6f to your computer and use it in GitHub Desktop.
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
<%= Html.Grid("basic") | |
.addColumn(new Column("CustomerId") | |
.setLabel("Customer ID")) | |
.addColumn(new Column("FirstName") | |
.setWidth(500)) | |
.setUrl("/Home/GridData/") | |
.setPager("pager") | |
.setAutoWidth(true) | |
.setViewRecords(true) | |
%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment