Can igDialog work with Knockout? Can you give me some instructions on configuring that?
Yes, I have references. igCombo is now rendering, but there is no data inside. I guess this rendering is answer to my question and confirmation that igDialog can work with Knockout.
Hi, Branko.
For the 13.1 release, all the controls, except the igDataChart, have knockout support. I'm attaching the sample with igCombo inside igDialog. Do you have references to the Knockout extensions .js files?
Best regards,
Nikolay Alipiev
Hi Nikolay,
i use 13.1 version, it's politics of my firm for now. Is that the reason why I can't see these controls you have sent me, as well as those which I have used in igDialog?
I'm attaching the following sample, wrapped in a igDialog. The only thing that I've done, was to initialize igDialog on the container of the sample:
$(".main-container").igDialog();
Everything is working fine with version 13.2 of the controls. Which version are you using?
You can do the same with all the other controls - just take the samples, that I've already listed you in the previous post, and wrap their containers in a igDialog. At least this is working for me. If you have further questions, don't hesitate to ask me.
The samples are:
Yes, I have put these controls inside the igDialog but they did not work. In jQuery dialog thay work fine, but in igDialog don't.