ListSelect - paints items eagerly

I am trying to hook up lazy query container with ListSelect but it looks like the paintContent() tries to loop through all items eagerly and get the item property that is selected as the display option.

That makes me think that there is no way to enably lazy loading for this component. Am I missing something?

  • Narinder

Your observation is correct: ListSelect doesn’t support lazy loading. I would say that the amount of rows in a component like ListSelect is anycase so small that no lazy loading is needed. If you need lazy loading, you should use the Table component.