jQWidgets Forums

jQuery UI Widgets Forums Grid Time Picker In Grid

This topic contains 2 replies, has 3 voices, and was last updated by  Peter Stoev 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Time Picker In Grid #85941

    jkapasi
    Participant

    Hello,

    I am trying to insert a time picker in a grid using the following code.

    
    text: 'Order Date',
    datafield: 'orderdate',
    editable: true,
    columntype: 'datetimeinput',
    createeditor: function (row, cellvalue, editor, celltext, cellwidth, cellheight)
    {
    	editor.jqxDateTimeInput({
    		formatString: 'HH:mm',
    		showTimeButton: true,
    		showCalendarButton: false
    	});
    };
    

    My control shows me datepicker only instead of timepicker.
    It also gives me an error saying “Invalid Property: showTimeButton”.

    Help me to get time picker in my Grid.

    Regards,
    Jash Kapasi

    Time Picker In Grid #85942

    Willian Padilha
    Participant

    This example could help you

    http://jsfiddle.net/8moaavo9/15/

    Time Picker In Grid #85944

    Peter Stoev
    Keymaster

    Hey Jash Kapasi,

    If that’s the error then you are not using the latest version of jQWidgets. You may download it from http://www.jqwidgets.com/download/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.