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