Hi I am newbie in Knockout Js.Can anyone please explain me how can I create drop down from array of Objects.I want the text and the value of drop down should be different.And the objects are in Key Value Pair.
Thanks In Advance.
<select data-bind="options: nameOfOptionsCollection, optionsText: key, optionsValue: value, value: observable></select>
http://knockoutjs.com/documentation/options-binding.html
Try to check http://knockoutjs.com when you have questions about knockout.