jQWidgets Forums

jQuery UI Widgets Forums Grid jqxDateTimeInput in toolbar grid

This topic contains 3 replies, has 2 voices, and was last updated by  ekaperintis 11 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxDateTimeInput in toolbar grid #29699

    ekaperintis
    Participant

    why not apply jqxDateTimeInput toolbar grid,

    this is my code ….

    var jspantabul = $("<span style='float: left; margin-top: 5px; margin-right: 4px;'> | Tabul: |</span>");
    toolbar.append(container);
    var jtabul = $("jtabul").jqxDateTimeInput({width: '100px', showCalendarButton: false, height: '25px', theme: theme});
    container.append(jspantabul);
    container.append(jtabul);

    Please .. help me …

    jqxDateTimeInput in toolbar grid #29716

    Peter Stoev
    Keymaster

    Hi ekaperintis,

    In order to add a DateTimeInput to jqxGrid’s toolbar, you need to create a new DIV tag for the jqxDateTimeInput, append it to the toolbar by using the jQuery’s append function and finally initialize the jqxDateTimeInput from the new DIV tag.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxDateTimeInput in toolbar grid #29724

    ekaperintis
    Participant

    i sorry …, i don’t understand …

    can you could give me an example code ,,,, please …

    jqxDateTimeInput in toolbar grid #29734

    ekaperintis
    Participant

    Hi master Peter Stoev,,,

    Thanks for you,,

    my code is work fine …

    var jtabul2 = $("<div id='jtabul2'  style='height: 23px; float: left; text-align:center; width: 50px;' />").jqxDateTimeInput({width: '120px', showCalendarButton: true, height: '25px', theme: theme});
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.