|
|
@ -44,9 +44,10 @@ Logs
|
|
|
|
"<div><#= ExceptionType #></div>" +
|
|
|
|
"<div><#= ExceptionType #></div>" +
|
|
|
|
"<div class='stackframe'><#= Exception #></div>"
|
|
|
|
"<div class='stackframe'><#= Exception #></div>"
|
|
|
|
)).DataBinding(data => data.Ajax().Select("_AjaxBinding", "Log"))
|
|
|
|
)).DataBinding(data => data.Ajax().Select("_AjaxBinding", "Log"))
|
|
|
|
.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.Time).Descending()).Enabled(true))
|
|
|
|
//.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.Time).Descending()).Enabled(true))
|
|
|
|
.Pageable(c => c.PageSize(50).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
|
|
|
|
.Pageable(c => c.PageSize(50).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
|
|
|
|
.Filterable()
|
|
|
|
.EnableCustomBinding(true)
|
|
|
|
|
|
|
|
//.Filterable()
|
|
|
|
.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
|
|
|
|
.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
|
|
|
|
.Render();}
|
|
|
|
.Render();}
|
|
|
|
}
|
|
|
|
}
|
|
|
|