jQuery UI Widgets Forums Lists DropDownList Calendar Icon for DropDownList

This topic contains 4 replies, has 2 voices, and was last updated by  ivailo 9 years, 4 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Calendar Icon for DropDownList #79483

    Vinay Reddy
    Participant

    How to add a calendar icon to the menu items in DropDownList.
    My requirement in the below code is to have a calendar icon for dropdown item “Date Range” where i need to select date range upon selecting the calendar icon.

    $(“#datefilter”).jqxDropDownList({
    source: [{
    “id”: “today”,
    “name”: “Today”
    }, {
    “id”: “last24hours”,
    “name”: “Last 24 hours”
    }, {
    “id”: “yesterday”,
    “name”: “Yesterday”
    }, {
    “id”: “thisweek”,
    “name”: “This week”
    }, {
    “id”: “thismonth”,
    “name”: “This Month”
    }, {
    “id”: “lastmonth”,
    “name”: “Last Month”
    }, {
    “id”: “datetimerange”,
    “name”: “Date Range”
    }],
    selectedIndex: 0,
    displayMember: ‘name’,
    valueMember: ‘id’,
    theme: ‘custom’,
    width: ‘110’,
    height: ’23px’,
    autoDropDownHeight: true
    });

    Can you please help me out.

    Thanks

    Calendar Icon for DropDownList #79488

    ivailo
    Participant

    Hi Vinay,

    This demo will be helpful for you.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Calendar Icon for DropDownList #79493

    Vinay Reddy
    Participant

    Thanks,

    I had already seen this demo and would not suffice my requirement. In the demo what you have suggested has icon for all dropdown items, but my actual requirement is for a dropdown item “Date Range” i need to have a calendar icon(not at left), where on selection of that calendar icon a menu should be opened where i can choose date range.

    Thanks.

    Calendar Icon for DropDownList #79560

    Vinay Reddy
    Participant

    Any update on this please

    Calendar Icon for DropDownList #79651

    ivailo
    Participant

    Hi Vinay,

    In this case probably you need dropdown with custom rendering

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.