jQWidgets Forums

jQuery UI Widgets Forums Grid Row id

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Row id Posts
  • Row id #81033

    Venki7092
    Participant

    I am trying to assign a row id for grid but it is not working please find the below details.
    var source =
    {
    localdata: data.Table1,
    sort: customsortfunc,
    datatype: “json”,
    datafields:
    [
    { name: ‘HICNO’, type: ‘string’ }
    ],

    id:’HICNO’};

    i am getting id as follows instead of hicno column values
    #row0jqxgrid
    #row1jqxgrid
    #row2jqxgrid

    how to update data for particular row with out refreshing entire data

    Row id #81035

    Peter Stoev
    Keymaster

    Hi Venki7092,

    The row ID has nothing common with the DOM Element’s ID. The row ID is your Data’s ID i.e different things.

    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.