jQWidgets Forums

jQuery UI Widgets Forums Grid What is the uid?

This topic contains 3 replies, has 3 voices, and was last updated by  Dimitar 11 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • What is the uid? #53693

    ziyahan
    Participant

    When add a row to Grid, row has a property that named uid. What is the uid?

    What is the uid? #53695

    Dimitar
    Participant

    Hello ziyahan,

    This is the row’s id, which can be used in some of jqxGrid’s methods, such as getrowdatabyid.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    What is the uid? #53825

    Nagoor
    Participant

    hi Dimitar,

    if we dont want this uid to export when we use export data, what should we do..

    Thanks

    What is the uid? #54172

    Dimitar
    Participant

    Hi Nagoor,

    Only data loaded in the grid is exported by exportdata. If you have an “id” column, you can make it hidden and call exportdata with its fifth parameter set to false (default value). In that case, the “id” column will not be exported.

    Read more about exportdata in jqxGrid’s API Documentation.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.