0

How to implement the ROD inside the itemRenderer=" " for improving the performance of combobox.

asked 2016-04-18 07:41:53 +0800

avanish240288 gravatar image avanish240288
11

Hi, How to implement the ROD inside the itemRenderer=" " for improving the performance of combobox. when we have more data (above the 20000),it is taking a very long time to select the value and gives a Page Unresponsive.

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2016-04-18 07:58:17 +0800

Darksu gravatar image Darksu
1991 1 4

Hello avanish240288,

You could create a customizable combobox as shown at the following demo:

https://www.zkoss.org/zkdemo/combobox/customizable_combobox

And for more performance tips use the following:

http://books.zkoss.org/wiki/ZKDeveloper'sReference/PerformanceTips/Listbox,GridandTreeforHugeData/TurnonRenderon_Demand

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2016-04-19 05:32:19 +0800

avanish240288 gravatar image avanish240288
11

Hi Darksu, i want to use combo box as bandbox does not support auto scroll feature while you write the starting text in input.we are using simple combobox where we use itemRenderer for loading the items for combobox .So please suggest me is there any way to implement ROD inside the itemRenderer for improving the performance of combobox when we have more data.

Please find the below code for this:

ZUL:

<combobox model="@load(vm.propCity)" selecteditem="@bind(vm.selectedPropCity.value)" itemrenderer="com.csdcsystems.amanda.common.SelectOptionRenderer"/>

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2016-04-18 07:41:53 +0800

Seen: 13 times

Last updated: Apr 19 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More