Hi Manu Vashishtha,
We have made a little code example using ‘renderstatusbar’ callback function and also binding it to ‘rowclick’ event of the jqxGrid.
$('#grid').jqxGrid({ renderstatusbar: function(statusbar){
statusbar.append($("<span style='margin: 5px;width:500px;height:500px;'>Status Bar</span>"));
}});
$('#grid').on('rowclick', function (event) {
var args = event.args;
// row's bound index.
var boundIndex = args.rowindex;
// row's visible index.
$('#grid').jqxGrid({ renderstatusbar: function(statusbar){
statusbar.append($(<code><span style="margin: 5px;width:500px;height:500px;">Clicked Row index ${boundIndex}</span></code>));
}});
})
Hope this works out for you.
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com