Skip to content

Commit

Permalink
Fixes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdurow committed Sep 24, 2015
1 parent ffdaeca commit ebd4a35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SparkleXrmSource/SparkleXrmUI/GridEditor/CrmPagerControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ public void updatePager(PagingInfo pagingInfo)

status.Text(string.Format("{0} - {1} of {2} ({3} selected)", pagingInfo.FromRecord, pagingInfo.ToRecord, pagingInfo.TotalRows, _dataView.GetSelectedRows().Length.ToString()));
pageInfo.Text(string.Format("Page {0}", pagingInfo.PageNum + 1));


// #71 Move scroll bar to the top
Script.Literal("{0}.scrollRowToTop(0)", _grid);
}


Expand Down

0 comments on commit ebd4a35

Please sign in to comment.