R
Rob Meade
Hi all,
I have my own collection own which implements ienumerable and ienumator.
I was recently using a GridView and I was prompted that I could not turn on
paging because the data source (my collection) was not data pageable. I
subsequently added a property to my collection to return the data as a
datatable and all was good, however, I would much prefer to not do this, and
keep the source as my collection.
Thus, is it possible to make my collection data pageable?
Any info would be appreciated.
Regards
Rob
I have my own collection own which implements ienumerable and ienumator.
I was recently using a GridView and I was prompted that I could not turn on
paging because the data source (my collection) was not data pageable. I
subsequently added a property to my collection to return the data as a
datatable and all was good, however, I would much prefer to not do this, and
keep the source as my collection.
Thus, is it possible to make my collection data pageable?
Any info would be appreciated.
Regards
Rob