Native Mobile-style ComboBox popup

0
0

How can we enable a native-looking popup selector menu with a ComboBox in WiseJ?

A simple HTML list like this

<select name=”selproject” id=”selproject”>
<option value=”0″>All Projects</option>
<option value=”7″ selected=””>FamilyTime</option>
<option value=”8″>Fixity (Android)</option>
….
</select>

Presents this selector UI in Android.  It’s full screen, scrollable, and easy to select an item with your thumb.

A WiseJ combobox presents the item selection in classic Winforms style (dropped-down from the ComboBox).  It would be great to have the option for both.

 

 

 

  • You must to post comments
0
0

It’s possible to create  plain ComboBox control. But it cannot be a replacement for the Wisej.Web.ComboBox, there are too many features that the plain html select doesn’t support. The Wisej.Web.ComboBox can be edited, styles, can display any HTML in the combo and drop down, can handle all the dropdown, closeup events, update the list while it’s displayed, have variable height elemenets, etc.

  • You must to post comments
0
0

Mostly I just want the native selector UI displayed, because it is ideal for input on mobile devices.  If the native display is impossible, something that emulates or imitates it would be nice. What would you recommend?

  • Luca (ITG)
    It is possible and easy to implement being simple html. It has to be a different control, like NativeComboBox or something like that.
  • Andrew Niese
    I don’t even know where to begin on that. What would you recommend?
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.