Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid and ProgressiveLoading

$
0
0
Hi Isomorphic,

I'm using a ListGrid who is connected to a SQLDataSource.
In the corresponding table, I have more than 200K of records, when the grid is loaded I have the following message
Code:

Row count query found 249836 rows, which exceeds the DataSource's progressiveLoadingThreshold of 200000.  Switching to progressive loading mode.
By reading post in the forum, I understand why.

What I want, if before doing an operation on the grid, is to check if this one is in progressive loading.
I try whit this
Code:

grid.getProgressiveLoading()
and this
Code:

grid.getDataSource().getProgressiveLoading()
but the both return null.

Is there a way to check if the grid is in progressive loading?

Regards

Julien

Viewing all articles
Browse latest Browse all 4756

Trending Articles