Hi ivailo,
Sorry if my question wasn’t clear.
eg: i have an input with source
$(“#jqxInput”).jqxInput({ source: dataAdapter, placeHolder: “Contact Name:”, displayMember: “ContactName”, valueMember: “CompanyName”});
assume there is 2 set of data in it. [“Alvin”,”Apple”],[“Michael”,”Microsoft”]
The demo below shows that we could get the input value by “select” the display member.
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxinput/bindingtojson.htm
Assuming i have a var = “Apple” and i would want the input to “select” ‘Apple’, and display “Alvin” when the page load up.
Sorry again if the explain is confusing.
Thanks.