Page 1 of 1

Show more than 75 rows with CustomCriteriaListGridDataSource

Posted: Fri Aug 02, 2013 11:35 am
by denis
Hi,

I have a problem with my CustomCriteriaListGridDataSource.

If i set useForFetch flag at true, the listgrid display only 75 rows even if i scroll down. But if useForFetch flag is set at false, when i scroll down rows are loaded.

The problem is that i need to use a customPersistenceHandler for fetch. I have missing something to make it works ?

Thanks in advance guys.

Re: Show more than 75 rows with CustomCriteriaListGridDataSource

Posted: Fri Aug 02, 2013 12:06 pm
by phillipuniverse
If you're using a custom persistence handler somewhere, you'll need to ensure that it's handling paging appropriately. Paging attributes come into a CPH via the CriteriaTransferObject

Re: Show more than 75 rows with CustomCriteriaListGridDataSource

Posted: Mon Aug 05, 2013 4:38 am
by denis
Thanks Phillip, the problem is solved.