Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Get Selected Value using Knockout
posted

How do we get the selected value from a combo box using an observable binding?

We noticed that there isn't a method of obtaining the value or selected value.  But there is a property for selected items.  I see in the example on Ignite UI that they use a view model method to find the actor internally.  Is this the only way of getting the selected value?

What if our arrays contain thousands of records?  Do we have to loop through all records to find our match?

Parents Reply Children
No Data