jQWidgets Forums

jQuery UI Widgets Forums Grid not showing empty row

This topic contains 1 reply, has 2 voices, and was last updated by  Ivo Zhulev 8 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • not showing empty row #86335

    Rajesh
    Participant

    Hi All,

    we are generate grid i have 4 records and have pageSize 20 so i want show remaining row empty but is show balnck space
    even i search on older post and make the changed visibility:visible !important; in .jqx-grid-cleared-cell class still show white space instead of empty row

    Please reply as soon as posible

    Thanks
    Rajesh

    not showing empty row #86341

    Ivo Zhulev
    Participant

    Hi Rajesh,

    Please try adding the following line of code:

    $('#contenttable' + yourGridID + ' div div').removeClass('jqx-grid-cleared-cell');

    Best Regards,
    Ivo

    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.