asp.net mvc - Need a Javascript searchable/filtrable combobox with remote json datasource -
i need combobox (open source preferred) functionality:
- remote datasource json format
- filtrable/searchable
- data value/display value
- integrated asp.net mvc client side validation (no extjs)
i'm searching , testing many days not found anything...
see jquery ui autocomplete combobox example
it uses underlying html <select> element, assume should work client side validation.
the example uses pre-defined list of options, can modify use ajax call instead. see other autocomplete examples.
Comments
Post a Comment