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
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
Thank You Lyuba
It would be nice to have this feature/property included in your WebDatePicker sample that ships with v10.3.