BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@(Html.EJS().Grid("grid")
.Locale("hr")
.AllowFiltering(true)
.FilterSettings(filter => filter.ShowFilterBarStatus(false))
. . .
.DataSource(Model.DataSource).Load("load")
.Render()
)
<script>
function load(args) {
this.columns = [
. . .
{ field: 'ReleaseDate', headerText: 'Adresa', width: 130, type: 'date', format: 'short', textAlign: 'Right' }];
}
</script> |