jQWidgets Forums

jQuery UI Widgets Forums Grid list of columntypes / datetimeInput format

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • assaf.frank123
    Participant

    Hi,

    1. Where can I get documentation of the supported columntypes?
    { text: ‘Quantity per Unit’, datafield: ‘QuantityPerUnit’, cellsalign: ‘right’, align: ‘right’, width: 120 ,columntype=’XXX’},
    2. I need to have a hidden column for the ID – is there a hidden type for this?
    3. I have a column of type – dateTimeInput – the format displays the needed format – dd/MM/yyyy but when I get the vlue of the
    cell in order to send back to the server the value I get is totaly differnet and includes the time as well which isn’t needed. Why don’t I
    get the value that is visible in the cell?

    Thanks.


    Peter Stoev
    Keymaster

    Hi assaf.frank123,

    You can find the documentation in the Grid’s API in the “columns” section as columntype is a property related to the columns.
    The “date” column values are JavaScript Date objects. If you want to get the cell’s text, use the “getcelltext” method.
    For hiding, showing columns, you can take a look at the Show/Hide Columns sample available in the jqxGrid’s demos.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.