General Interface is an open source project hosted by the Dojo Foundation

GI Contributor Blog Blog from Jul 16, 2009

  2009/07/16
Creating a composite Select component for large data set
Last Changed by Darren Hwang, Jul 16, 2009 14:17

One of the limitation of the Select/Combo component is that it becomes slower to render and harder to navigate (scroll down) a very as the number selection items grows large.

This sample SelectBox Add-in code (Thanks to Luke Birdeau) shows an add-in component created from a composite of TextBox, Dialog and Matrix.

Posted at 16 Jul @ 2:08 PM by Darren Hwang | 0 Comments