jQWidgets Forums

jQuery UI Widgets Forums TreeGrid jqxtreegrid 'renderStatusbar' issue???

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxtreegrid 'renderStatusbar' issue??? #67202

    weidgreat
    Participant

    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/

    jqxtreegrid 'renderStatusbar' issue??? #67210

    Dimitar
    Participant

    Hello weidgreat,

    Thank you for your feedback. There were two typos in the fiddle – instead of “showStatusbar” and “renderStatusbar”, the names of the properties are “showStatusBar” and “renderStatusBar”. The example is now fixed: http://jsfiddle.net/jqwidgets/yW977/.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.