Is there a way to bind just the selected index of an igCombo to a knockout observable? I don't want to bind the data itself or anything else.
Something like:
<span id="usersettings_initialtab_input" class="inputselectlist" data-bind="igCombo: { selectedIndex: navigationTab}"> </span>
That doesn't work, but that's the idea of what I'm trying to achieve, where navigationTab is a knockout observable in my viewmodel.
Hi Pete Davis,
knockout support for the igCombo is a feature included in IgniteUI 13.1 which is scheduled for release next Tuesday.
You can find more information on our IgniteUI 13.1 release in this blog:
https://ko.infragistics.com/community/blogs/b/jason_beres/posts/ignite-ui-what-s-new-in-13-1-html5-jquery-amp-mvc-controls
If you have any further questions or concerns, please let me know and I will be glad to help.
I guess my confusion was caused by the documentation already being posted and spidered by google:
http://help.infragistics.com/Help/NetAdvantage/jQuery/2013.1/CLR4.0/html/igCombo_KnockoutJS_Support.html
But now that you mentioned it's in 2013.1 I notice the 2013.1 in the URL. Didn't notice it before.