Skip to content

Replies

0
Sanjay Shah
Sanjay Shah answered on Jan 6, 2020 5:01 PM

I was able to successfully run the test sample.  I'm using CLR4.0 controls in my project so I updated the sample accordingly.

After comparing my test with the given sample, I found that I was binding the grid in an "if (!Postback) {}" statement which was causing the paging to not work.  This implies that the entire data must be retrieved upon every call to the page; wouldn't this cause performance issues for large amounts of data (which is why we'd be using paging in the first place)?

Thanks

0
Sanjay Shah
Sanjay Shah answered on Jan 6, 2020 4:12 PM

Thank you, will try this out and let you know ASAP.

(By the way, forgot to mention I'm using version 2019.1 under Visual Studio 2017.)