Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145871 | Jul 11,2019 03:05 PM UTC | Jul 15,2019 09:09 AM UTC | ASP.NET MVC - EJ 2 | 3 |
![]() |
Tags: Grid |
@Html.EJS().Grid("DefaultFunctionalities").DataSource((IEnumerable<object>)ViewBag.dataSource).DataBound("onBound").
AllowPaging().PageSettings(page=>page.PageCount(5)).Render()
<script>
function onBound(args) {
this.getColumns()[1].visible = false;
this.refresh();
}
</script> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.