Not sure what I'm missing in setting this control up, but it does absolutely nothing right now, every button errors, and I can't enter text into the control. At first images were not loading when I would run the app to test/debug (they displayed in Visual Studio), I followed other advice to copy the images folder to the working directory. But apparently I'm missing something else or with the javascript files.
Using 10.3.20103 in Visual Studion 2010 (4.0)
As an example If I click on the "B" for bold...
Microsoft JScript runtime error: Object expected
Visual Studio highlites this:
onclick
="iged_act('Bold')"
Hello,
When you install infragistics, it will create a virtual directory named "ig_common" and inside that there will a "<version_number>/Scripts" folder. Please make sure you have Scripts folder at this location.
If you refer to default images, then they should be located at ~/ig_res/Default/images/ directory. If you have custom StyleSetName, then it should be ~/ig_res/YourStyleName/images.
Please be more specific which exactly images are missing.You may look at generated html, find IMG objects which used to show them and look at their src. Those urls should be available on server and have files with those names.
Please let me know if you have any further questions regarding this matter.
Sincerely,
Prabha.
Hi I'm getting the same error "Microsoft JScript runtime error: 'iged_act' is undefined" whenever i click the tools in the tool bar section. I find all scripts in the corresponding folders as mentioned by you in the above post. FYI, i'm working on MVC3 razor views. anything else needs to be done for this. Please reply.