jQWidgets Forums

jQuery UI Widgets Forums Grid Count number of rows

Tagged: , ,

This topic contains 3 replies, has 2 voices, and was last updated by  erik1001 12 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Count number of rows #7378

    erik1001
    Member

    Hello.
    I’m using jqxGrid, is it possible to check how many rows are in the grid? Something like $(elem).jqxGrid(‘getnumrows’)?
    I’m sorry if there is such a thing, but I couldn’t find it.

    EDIT: I’m sorry, I found it seconds later $(elem).jqxGrid(‘getrows’).length

    Count number of rows #7380

    erik1001
    Member

    Me again. Using version 2.4 ‘showfilterrow’ : true, I think I found a bug. If I have had set row details, a filter input is rendered above show-row-details-column in the filter row. After typing in the filter input, the show-row-details-column crashes. Is it really a bug?

    Count number of rows #7385

    Peter Stoev
    Keymaster

    Hi erik1001,

    Could you elaborate on this? We’ll need additional information like jQuery version, browser name and version, a code snippet which reproduces the issue.

    Thank you in advance!

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Count number of rows #7439

    erik1001
    Member

    Okay, I’m sorry again, I found the solution right after I post question here, even though I spent hours before, trying to find the problem. I just have to reassign the details everytime after filtering.
    I made this on jsbin to use it as an example. => http://jsbin.com/aquter/9
    It’s okay, until I reload the grid data, then it seems that the older filter-row isn’t deleted and the new header appends after it. Not sure if I’m right and this is bug, so is there a solution?

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

You must be logged in to reply to this topic.