OlegK

Forum Replies Created

Viewing 15 replies - 661 through 675 (of 968 total)
  • Author
    Replies
  • in reply to: Dynamic Edit / Add / Delete Caption on FormEdit #96557
    OlegK
    Participant

    Hello Ben,

    I not quite understand which text you want to place in Add dialog? If you want a static text you can use

    in reply to: Dynamic Edit / Add / Delete Caption on FormEdit #96549
    OlegK
    Participant

    Hello BenRivera,

    I would recommend you to use beforeShowForm and afterclickPgButtons event handler to change the title of the edit dialog, because editCaption

    in reply to: Local Sorting Issue #96546
    OlegK
    Participant

    Hello casperd,

    you should post a full code example (including the filling jqGrid with the test data) which can be used to reproduce you problem.

    Best regards
    Oleg

    in reply to: Multiple Pager on one Page #96535
    OlegK
    Participant

    Hello J

    in reply to: row details #96528
    OlegK
    Participant

    Subgrid feature of the jqGrid allows to show any custom data below a row and not a subgrid. You should just define your custom

    in reply to: Grid performance limits #96518
    OlegK
    Participant

    All the experiments just shows that you should do paging on the server side. I can not understand the argument “our back end is already doing some heavy processing”. On the server side one implement all operations in compiled and optimized code, so you will have at least 1000 times better performance. Moreover the server can cache the results which can improve the performance also very much. With intelligent paging on the server side you will be without any problem be able to work with at least 100000 rows of data.

    Best regards
    Oleg

    in reply to: substitute for triggerToolbar in the new API #96516
    OlegK
    Participant

    You are right. There methods triggerToolbar, clearToolbar and toggleToolbar are really implemented in another way. It is documented by the way here. Do you have some

    in reply to: Group table headers (bands) #96512
    OlegK
    Participant

    Currently it is not possible, but probably soon: see /blog/?page_id=393/feature-request/Rows%20number,%20span%20column,%20multi-sort/

    Best regards
    Oleg

    in reply to: substitute for triggerToolbar in the new API #96511
    OlegK
    Participant

    All functions inclusive triggerToolbar should works with new API. Do you try with

    jQuery(“#grid_id”).jqGrid('filterToolbar',options);

    where “grid_id” is the id of the table element of your grid? If this not work, then you should verify your JavaScript code or at least paste the code example in your question which can be used to reproduce your problem.

    Best regards
    Oleg

    in reply to: custom pager? #96510
    OlegK
    Participant

    jqGrid just follow the jQuery UI Theme

    in reply to: date formatter question #96509
    OlegK
    Participant

    It seem to me that your source date format is too bad to be interpreted by the standard date formatter. With the writing your custom formatter you will be able to read the date. Why you not use ISO8601Long format “Y-m-d H:i:s”?

    in reply to: Gray div and empty grid… #96506
    OlegK
    Participant

    I recommend you to read documentation about preparing of JSON data on the server. Currently you use a mix between different ways. To be able to display the data prepared in the form you should add “cell.” prefix to all jsonmap values:

    colModel: [

    in reply to: Problem with aftersubmit. Help me! #96491
    OlegK
    Participant

    Hello larosal,

    I don't use PHP or MySQL. Probably other people can help you.

    Regards

    Oleg

    in reply to: Sorting data after ‘addRowData’ #96486
    OlegK
    Participant

    Sorry liny, but you write no time about any radio button sortBy. If you use some external elements for jqGrid sorting and place the data not one during creating the grid as you write it is absolutely another situation.

    If you want reload the grid with new data you should probably place setGridParam inside of 'change' or 'click' event handler. Moreover refreshing of jqGrid indexes with $(“#myXXTable”)[0].refreshIndex(); could be also required after this data settings.

    Regards
    Oleg

    in reply to: problem activating advanced search #96483
    OlegK
    Participant

    Hello!

    You should remove comma before ']' in the definition of colModel. Moreover you should include jquery.searchFilter.css and jquery.searchFilter.js if jquery.searchFilter.js is not part of jquery.jqGrid.min.js which you use. For verifying you can

Viewing 15 replies - 661 through 675 (of 968 total)

Stay connected with us in your favorite flavor!