Hi Peter,
Thank you for your response!
I wrote the following code:
$(“#jqxgrid”).on(‘cellselect’, function (event) {
var cells = $(“#jqxgrid”).jqxGrid(‘getselectedcells’, event.args.datafield);
alert(cells);
});
This returns the following: [object Object]
How can I see the contents of this object?
Regards
Aman