Hi Michal,

Paging and filtering in a single widget might be too much. An approach I
took once is to use AutoCompleteTextField, and render an AJAX link at the
bottom of the "drop down" that says "Show All". When clicked, a modal pops
up with a traditional AJAX-pageable DataView. I also added a down-arrow
with JS handlers to the right of the text field that toggled the dropdown,
helping it look like a dropdown.

All-in-all, it still didn't look/behave that great. But that might have
been a failing in my JS/CSS abilities. :)

Dan

On Thu, Apr 5, 2012 at 8:32 AM, Michal Wegrzyn <michal.wegr...@onior.com>wrote:

> Hi,
>
> What is the best way to create option components with Wicket for large
> datasets?
> DropDownChoice renders all contained items. Do you maybe know any wicket
> implementation of drop down choice which allows pagination?
>
> Other thing is filtering. I look for something similar to Dojo's
> FilteringSelect:
> http://livedocs.dojotoolkit.org/dijit/form/FilteringSelect
>
> Best regards,
> Michal Wegrzyn
>
>

Reply via email to