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
440
WebDropDown missing drop down image.
posted

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"/>

 

 

Parents
No Data
Reply
  • 440
    posted

    I also tried to add this to my new page that opens.  It did not resolve my issue.

     

     

     

    <igmisc:WebPageStyler ID="WebPageStyler1" runat="server"

     

     

    EnableAppStyling="True" StyleSetName="Nautilus"

    />

Children