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
460
igCombo with knockout, without infragistics loader js file
posted

Hi, I wanted to use igCombo with knockout control, but I don't want to use the loader file.

At the present I see the textbox and when I type I see the dropdown options, but I dont see a dropdown button with the textbox to show the dropdown options

Here are the files that I am referencing

infragistics.core.js

infragistics.lob.js

infragistics.dv.js

infragistics.datasource.knockoutjs.js

infragistics.ui.combo.knockout-extensions.js

infragistics.css

infragistics.ui.combo.css

Parents
No Data
Reply
  • 29417
    Suggested Answer
    Offline posted

    Hello Krishna ,

     

    Thank you for posting in our forum.

     

    I see you’re using the combined scripts. They include all the other scripts so referencing just these three:

    infragistics.core.js

    infragistics.lob.js

    infragistics.dv.js

    Is enough for all of the igniteUI controls.

     

    The css that’s missing is the infragistics.theme.css file. It contains the themed styling for all of the controls.

    Make sure you also add a reference to it. You can find in the directory where you’ve installed the product. By default:

    C:\Program Files (x86)\Infragistics\IgniteUI 2013.1\css\themes\infragistics

    Make sure that if you add it to your project you also add the images folder which is in the same directory.

     

    Let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children
No Data