Hi,
Thanks for the reply. Although the jsfiddle works, but on my code only last object in the input box is coming in the value, not sure what I am missing
Also, I tried using other solution provided in following link:
http://www.jqwidgets.com/community/topic/getting-value-of-multiple-value-jqxinput/
$('#inputDiv').jqxInput()[0].value
This gives me all the names selected and not the entire object of the selected items.
For now as a work around On select I am pushing each item selected to an array. This works as far as getting values are concerned, but it will not work correctly if after selecting a value in autocomplete the value is altered or removed. Do let me know if u can suggest some better solution.