jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Getowid Getowid #83804

    Hi Peter,

    thanks for the prompt response.,
    I rolled back to jqwidgets version 4.0.0 where, $(“#jqxGrid”).jqxGrid(‘getrowid’, 0) gives me the value of id which i set in the data-source. in the latest version it does not., i generally do something like:

    
    row_id = $("#jqxGrid").jqxGrid('getrowid', $("#jqxGrid").jqxGrid('getselectedrowindex'))
    $.ajax(
    url: "http://some.com/table/"+row_id
    method: 'POST'
    ..
    ..
    )
    

    the above code is working till 4.0.0

Viewing 1 post (of 1 total)