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
2045
WebDatePicker style
posted

I am using WebDatePicker v14.2

It shows image  like here

http://ko.infragistics.com/samples/aspnet/date-picker/client-side-events

I need style like here (just arrow)

http://ko.infragistics.com/samples/aspnet/date-picker/styling

Thanks

  • 16310
    Suggested Answer
    Offline posted

    Hello Al,


    Thank you for using our community.


    The Default styles for the WebDatePicker comes with a calendar icon as a drop-down button. If you want the drop-down icon you can use the CustomButton-ImageUrl property and choose the desired image. Here is a code sample:
            <ig:WebDatePicker ID="WebDatePicker1" runat="server" Buttons-CustomButton-ImageUrl="~/ig_res/Default/images/igdd_DropDownButton.png"></ig:WebDatePicker>

    If you have further questions, don’t hesitate to contact me.