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
1708
newbie question, how to change the dropdown image
posted

Hi Folks

We would like to change the drop-down arrow to our own custom image (calendar icon with drop-down arrow on top)

I understand the styling of the control, but I don't see anything else along these lines.

thanks

Parents
No Data
Reply
  • 6748
    Suggested Answer
    posted

    Hello mccreadiergroup,

     

    You can set the image of the WebDatePicker like this:

    <ig:WebDatePicker ID="WebDatePicker1" runat="server">

            <Buttons>

                <CustomButton ImageUrl="~/images/btn.gif" />

            </Buttons>

        </ig:WebDatePicker>

    Hope this helps.

     

    Regards,

    Lyuba

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

     

Children