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.
Now knockout extensions for igCombo is available with our 13.1 release. You can make observable two of the igCombo properties: text and dataSource. It's not possible to bind selectedIndex as observable, bit this is not the way a knockout extension is supposed to work in general. What you can do is to take the text anytime it is updated and then find the related index. If you need assistance on that I'll be glad to help you.
Best regards,
Nikolay Alipiev
Hi Pete,
If you have any questions with this once you get your hands on 13.1, 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.
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.