Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robinvanderknaap/dea3ae46b7afc935705a9d05493bef6f to your computer and use it in GitHub Desktop.
Save robinvanderknaap/dea3ae46b7afc935705a9d05493bef6f to your computer and use it in GitHub Desktop.
<%= 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