How to configure hasFocus binding and attr tabindex binding using knockout for ignite control like igeditor ,igcombo etc.
Hello,
You are welcome. I'm glad to be helpful.
If you have further questions, please feel free to contact us.
Thanks it works with ko 3.3.
If you need further assistance, please feel free to contact us.
Sorry for my misunderstanding, the sample already works, you can see it. The problem was that in the versions under 3.0 there were a problem with hasFocus data bind.
What you need to do is to change:
this script <script src="http://www.igniteui.com/js/external/knockout-latest.js" type="text/javascript"></script>
with that script: <script src="https://ajax.aspnetcdn.com/ajax/knockout/knockout-3.3.0.js" type="text/javascript"></script>
I attached screen shot i didn't see focus . When i manually focus (i see cursor and drop down color changes ). See attached image of manual focus.