Ok, first I am a noob to ASP. I took over a project from a guy that left. I looked at this for a day so any help is appreciated.
My problem is that I only see a red X instead instead of the drop down image.
I see the file I would expect in ig_res\Nautilus\images\igdd_DropDownButton.png. inside of my project.
DropDowns on the main page look fine. What does not look right is the drop downs on a the new window that opens.
<ig:WebDropDown ID="ddlDesc" runat="server" DropDownAnimationType="Linear"
DropDownContainerHeight="0px" DropDownContainerMaxHeight="0px"
DropDownContainerWidth="0px" EnableDropDownAsChild="True"
MultipleSelectionType="Checkbox" PageSize="0" Width="200px" TextField="Text"
ValueField="Value" >
<ClientEvents SelectionChanged=DdlDesc_IndexChanged_ />
</ig:WebDropDown>
Web.config
<
infragistics.web javaScriptDirectory="~/JavaScript" imageDirectory="~/ig_images" cssDirectory="~/ig_res"/>
I also tried to add this to my new page that opens. It did not resolve my issue.
/>
I think if you set styleSetPath="<location of ig_res folder>" it should work fine. For example:
<infragistics.web javaScriptDirectory="~/JavaScript" imageDirectory="~/ig_images" cssDirectory="~/ig_res" styleSetPath="~/ig_res/" />
Adding the styleSetPath to the web.config does not resolve the issue. Also, I know that the path is correct because if I modify it to be something else other controls look wrong.
Can I provide some code that could help you help me solve this problem.
Switching it to default does not make a difference.
Hi Joe,
Could you try with a different StyleSet , like "Default" or "Appletini" ?
Thanks,
Angel