Added ExternalNotificationProviderBase based on IndexProviderBase.

This commit is contained in:
Mark McDowall
2011-04-28 23:06:13 -07:00
parent 671dcd074c
commit a36d5fae2f
16 changed files with 336 additions and 97 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ History
.Sortable(rows => rows.OrderBy(epSort => epSort.Add(c => c.Date).Descending()).Enabled(true))
.Pageable(
c =>
c.PageSize(50).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
c.PageSize(20).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
//.Filterable()
//.ClientEvents(c => c.OnRowDataBound("onRowDataBound"))
.Render();}