org.zkoss.zul.grid.preloadSize"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.grid.preloadSize Default: 7 [Since 5.0.8] Specifies the number of rows to preload when receiving the re...")
 
Line 21: Line 21:
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 +
|-
 
| 5.0.8
 
| 5.0.8
 
| June 2011
 
| June 2011

Revision as of 04:04, 23 June 2011


org.zkoss.zul.grid.preloadSize


Property:

org.zkoss.zul.grid.preloadSize 
Default: 7
[Since 5.0.8]

Specifies the number of rows to preload when receiving the rendering request from the client. It is used only if live data (Grid.setModel(ListModel)) and not paging (Grid.getPagingChild()).

If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

<grid>
  <custom-attributes org.zkoss.zul.grid.preloadSize="10"/>
...

Version History

Last Update : 2011/06/23


Version Date Content
5.0.8 June 2011 Deprecated setPreloadSize, instead with a custom attributes "org.zkoss.zul.grid.preloadSize".


Last Update : 2011/06/23

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.