This is a migrated thread and some comments may be shown as answers.

Are you interested in enhanced ComboBox functionality?

1 Answer 244 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Yaron
Top achievements
Rank 1
Yaron asked on 04 Feb 2009, 07:52 AM
During my work using Telerik components I've had the opportunity to enhance the RadComboBox with the following functionality:
  • Web Service Methods with item-templates (see WebServiceItemTemplate tag in LavieComboBox). Templating is done client-side with my own method (not with Ajax 4).
  • Multi-selection
    • Modes
      • Select None - Allows you to inclusively multi-select items.
      • Select All - Allows you to select "all", excluding items.
    • Selection with mouse - Press & Drag will select or multiple items (range).
    • Show selected - will display partial list of only selected items (flag sent to web service / FetchMatchingItems).
    • Selection display - When more than one item is selected, the combo will note the number of items (modifyable text) - for example: "Selected 3 items".
    • Tooltip - When more than one item is selected, when hovering over the combo's input box, will display the list of selected items (actual values) or the exclusion list ("all except ...").
  • Keyboard - Support for arrows, space bar for selection, shift while navigating up/down for multi-select.
  • Paging - displays number of pages at bottom of combo, and allows user to switch pages (flag sent to web service / FetchMatchingItems)
  • Sorting - Allows sorting by clicking on the header column (flag sent to web service / FetchMatchingItems)
  • Filtering - supports Paging & display of current Selection
  • Skinning supported for all features (Use the RadComboBox on the left to switch skins)

Are there interested parties for this kind of enhancement?

See ComboBox1 Image for RadComboBox with Multi-select with dragging of mouse, paging.
See ComboBox2 Image for same RadComboBox with multiple items selected, showing in Tooltip the items that were selected.
See ComboBox3 Image for same RadComboBox, all items selected, with Hay skin.

Yaron Golan

1 Answer, 1 is accepted

Sort by
0
Matthew R Longhouse
Top achievements
Rank 1
answered on 27 Mar 2009, 08:04 PM
Selection with a mouse (dragging) would be great.  How were you able to make that work?
Tags
ComboBox
Asked by
Yaron
Top achievements
Rank 1
Answers by
Matthew R Longhouse
Top achievements
Rank 1
Share this question
or