Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
use own IEnumberable datasource
posted

Hello!

I use a Ultrawebgrid with XML-load on demand and a RowsRange of 30

Because of bad performance with 30000 rows, i made my own IEnumberable datasource for returning only the rows i want. But there is another problem: the ultrawebgrid fetchs every single row, don't mather if it's displayed or not.

Now my question: is there a way to tell the grid, that it has to load only the displayed rows?

Parents Reply Children