I have a GridView on my screen and need it to allow paging.
Markup:
.ToList() at the end of the DataSource, I am assigning worked for me like below:
.ToList()
gvCaseLabelsLeft.DataSource = caseLabelsList.OrderBy(c=>c.caseLabelNumber).ToList();