| Wijmo Team Member | bhoomikakaiya posted on May 28, 2012 at 1:29 pm Can combo box remote data be used as auto-suggest/autocomplete? I tried like this : var proxy = new wijhttpproxy({ var myReader = new wijarrayreader([{ var datasource = new wijdatasource({ HTML : On Server : public JsonResult GetPositions(string featureClass, string style, string maxRows) public class Position I can see a call in firebug, but data it returns is in this format : {“p”:[{"label":"a","value":"a"},{"label":"b","value":"b"},{"label":"c","value":"c"}],”totalResultsCount”:1} Combobox remains empty. Pl help..If needed I can post a jsfiddle too. Thanks, | |
| Wijmo Team Member | tyler.wu posted on May 29, 2012 at 1:52 am Hi, minLength: 4, The default value is 4, you can set the minLength option to 1, then try the issue. | Answer |
Tagged: autocomplete, combobox
You must be logged in to reply to this topic.