The latest version of jqxtreegrid has the issue to use ‘renderStatusbar’
even when I look at the API, the example of renderStatusbar Function is not working. please help! thanks
Enables custom rendering of the Statusbar.
Code examples
Set the renderStatusbar property.
$(‘#treeGrid’).jqxTreeGrid({renderStatusbar: function(statusBar){“statusBar – The jQuery selection of the Statusbar HTML Element” });
Get the renderStatusbar property.
var renderStatusbar = $(‘#treeGrid’).jqxTreeGrid(‘renderStatusbar’);
Try it: renderStatusbar is set to a custom function
the example for http://jsfiddle.net/jqwidgets/yW977/