mboswort

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Client side filtring #93935
    mboswort
    Participant

    Hi ddotsenko,

    Thanks very much for that outline of how to implement this feature myself. As you say, it is possible to do. I would certainly hope so – I requested it!

    If need be I'll write up and use my own filter, since it doesn't seem too time-consuming to write. But given that it's such a useful (and, I think, normal) feature, I thought I would request it for the official jqGrid package.

    Thanks again,

    Mike

    in reply to: Client side filtring #92738
    mboswort
    Participant

    Hi Renso,

    In answer to your first question – client-side filtering usually just filters the visible data. Google “javascript grid,” click on the first result, and I believe you'll find an example: http://dhtmlx.com/docs/products/dhtmlxGrid/. From what I understand, that grid implementation offers both methods of filtering, client-side and server-side.

    In answer to the last: I think you are understanding correctly. Some client-side features – like filtering and sorting – are precluded by very large data sets. Consider, for example, 100,000 rows of grid data. As you suggest, client-side filtering would not be desirable in such a case, due to the performance issues.

    But in other cases, where there are, e.g., several hundred rows of grid data, or even fewer, it becomes quite feasible, not to mention convenient for the user and better-performing, to load all of that data to the client-side all on one page and have it sorted there and filtered there.

    Thanks,

    Mike

    in reply to: Client side filtring #92731
    mboswort
    Participant

    Hi Tony,

    Just wanted to add my support for this.

    Client-side search appears to be the only essential, very basic feature that jqGrid lacks.

    Looking forward to 3.7.

    Cheers,

    Michael

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!