Hello dzimen,
Yes, you can use the getrowid
method of the grid. If you are creating the link cells with createwidget
,
its first parameter is ‘row’ and you could use it like this:
createwidget: function (row, column, value, htmlElement) {
...
let id = $("#grid").jqxGrid('getrowid', row.boundindex);
...
}
Best Regards,
Martin
jQWidgets Team
http://www.jqwidgets.com/