jQWidgets Forums

jQuery UI Widgets Forums Grid show/Hide loadElement -does not work

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • show/Hide loadElement -does not work #59260

    Adarsha
    Participant

    Hi,

    Below is my code. show/hide loadelement does not work. I can remember that it was working few days back when i was testing some features to implement.

    but today when i try to implement it does not work. i saw the blogs and followed the same procedure but still it does not work.. canu pls suggest?

    var localizationobj = {};
    localizationobj.loadtext = “Processing”;

    $(“#anaGrid”).jqxGrid({
    theme:’arctic’,
    width: ‘90%’,
    source: dataAdapter,
    showfilterrow: true,
    /*columnsresize:true,*/
    filterable: true,
    selectionmode: ‘multiplecellsextended’,
    localization: localizationobj,
    columns:
    [
    { text: ‘Fa’, filtertype: ‘textbox’, filtercondition: ‘starts_with’, datafield: ‘fa’, pinned:true, width: 30 },
    { text: ‘OT’, filtertype: ‘textbox’, filtercondition: ‘starts_with’, datafield: ‘ot’, pinned:true}
    ]
    });
    $(‘#anaGrid’).jqxGrid(‘showloadelement’);

    show/Hide loadElement -does not work #59268

    Peter Stoev
    Keymaster

    Please, look at this Working sample: http://jsfiddle.net/nbyu5h5n/

    Best Regards,
    Peter Stoev

    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.