koni

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: Problem with Integrated Search Toolbar #87631
    koni
    Participant

    Hi Tony,

    thanks for your attention.

    I have a little setup for you here: http://85.10.211.132/jqGrid-Demo/

    I hope, this shows our problem.

    in reply to: Problem with Integrated Search Toolbar #87482
    koni
    Participant

    Tony, read my second post please.

    This error occurs, wenn name != index in the colModel, if name = index, or index is not defined, all is fine.

    in reply to: Problem with Integrated Search Toolbar #87445
    koni
    Participant

    See my post above, this a definitly not a Problem with server-side checking of POST/GET-Parameters. Beside that, maj0411 and i, were using Java.

    “_search” is in Firebug and server-side false.

    in reply to: Number of rows returned by the server #87383
    koni
    Participant

    You can get the “records” via getGridParam.

    Use the loadComplete-Property to get the number of records after the request like this:

    For this to work, you must provide “records” in your server-side backend.

    in reply to: Problem with Integrated Search Toolbar #87381
    koni
    Participant

    This is an Bug within “filterGrid”.

    Input-Elements are built with the “index” from the colModel.

    But the search-trigger searches input-fields with the with the “name” from the colModel. Therefore, your “index” and “name” fields in the colModel must be exact the same. If there is a difference, filterGrid fails.

    colModel-Example:

    Works:

    {name:'product_erp_id', index:'product_erp_id', width:80, align:'right',

    in reply to: Problem with Integrated Search Toolbar #87368
    koni
    Participant

    Same problem here, using jqGrid 3.5.

    The Search-parameter “_search” is always false (server-side).

    Demopage uses jqGrid 3.4.3, is this the problem?

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

Stay connected with us in your favorite flavor!