org.zkoss.zul.grid.initRodSize"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.grid.initRodSize Default: 100 [Since 5.0.8] Specifies the number of rows rendered when the Grid first re...")
 
Line 7: Line 7:
  
 
Specifies the number of rows rendered when the Grid first render.
 
Specifies the number of rows rendered when the Grid first render.
It is used only if live data (<javadoc method="setModel(ListModel)">org.zkoss.zul.Grid</javadoc>) and not paging (<javadoc method="getPagingChild()">org.zkoss.zul.Grid</javadoc>).
+
It is used only for live data (<javadoc method="setModel(ListModel)">org.zkoss.zul.Grid</javadoc>) but not paging (<javadoc method="getPagingChild()">org.zkoss.zul.Grid</javadoc>).
  
 
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.
 
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.

Revision as of 09:33, 5 August 2011


org.zkoss.zul.grid.initRodSize


Property:

org.zkoss.zul.grid.initRodSize
Default: 100
[Since 5.0.8]

Specifies the number of rows rendered when the Grid first render. It is used only for live data (Grid.setModel(ListModel)) but 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.initRodSize="30"/>
...

Version History

Last Update : 2011/08/05


Version Date Content
5.0.8 June 2011 Add a custom attributes "org.zkoss.zul.grid.initRodSize" for control ROD render size.


Last Update : 2011/08/05

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