OlegK

Forum Replies Created

Viewing 15 replies - 646 through 660 (of 968 total)
  • Author
    Replies
  • in reply to: rowNum: -1 display all records in the grid #96619
    OlegK
    Participant

    Hello Amalia,

    the usage of rowNum:-1 depend not only from the jqGrid but also from the server part which you use. The usage of negative numbers could follow to errors on the server side. The usage of “SELECT TOP(-1) …” are wrong for example.

    in reply to: Local Sorting Issue #96618
    OlegK
    Participant

    Hi Cas,

    I understand why some parameters are missing, but all other problems stay opened. I recommend you to rewrite your code using the custom formatters.

    Regards
    Oleg

    in reply to: Cell arrangement / multiple Rows #96617
    OlegK
    Participant

    It is not possible with the jqGrid. I don't know and table where wrapping of columns or rows is allowed. It is typical for dives but not tables.

    It seems, that what you want is not a table at all. I would recommend you to think about alternatives.

    Regards
    Oleg

    in reply to: Local Sorting Issue #96614
    OlegK
    Participant

    Hello Cas,

    the code which you posted has some problems. First, I don't found datatype:'xml' in the code which you posted. Second, your XML data has no page and total items. So it will be

    in reply to: No such method: editGridRow #96610
    OlegK
    Participant

    Hello,

    You try to use form editing without setting editurl parameter of jqGrid. Is the url:'Grid' response also for HTTP POST requests to save the data during the editing?

    Best regards
    Oleg

    in reply to: Local Sorting Issue #96607
    OlegK
    Participant

    Hello casperd,

    Could you post the information which jqGrid language file you use. Morover test JSON data will be also required to be able to reproduce your problem. You can see JSON data in Fiddler or Firebug.

    Regards
    Oleg

    in reply to: Set default form edit options globablly #96602
    OlegK
    Participant

    Hello Reg,

    The name of the default delete options is $.jgrid.del and not $.jgrid.delete.

    Best regards
    Oleg

    OlegK
    Participant

    Hello Dorian,

    I do seen the picture which you posed. I wrote only where you can find all documented changes of position of the pager elements. All other movements you can do with respect of

    OlegK
    Participant

    Hello

    all possible changing of position of the pager elements are documented here. If you want you can move the elements of pager manually with respect of appendTo function.

    To tell the truth I not really understand the requirement: “I want to have it on the left and not on the right side”. In my personal opinion it is in the most cases unnatural problem and I am not sure that one should spent his time in doing this.

    Best regards
    Oleg

    in reply to: Dynamically binding events to jqGrid #96586
    OlegK
    Participant

    Hello Andrea,

    The event beforeSubmit is not a general jqGrid event

    in reply to: Read all the rows but not only the current page #96582
    OlegK
    Participant

    Hello!

    Probably you should work with internal 'data' parameter. You can get the reference to the parameter by getGridParam('data').

    Best regards
    Oleg

    in reply to: No such method: editGridRow #96581
    OlegK
    Participant

    Hallo Amruta,

    you should deceide whether to use minimized version of jqGrid jquery.jqGrid.min.js downloaded so that it contain all modules which you need of use uncompressed developer version (see documentation). If you include grid.formedit.js or grid.inlinedit.js
    you have to include dependend module grid.base.js and grid.common.js before.

    Regards
    Oleg

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

    Hello!

    If you want to open to set and trigger the filter in the toolbar you can do the same as I described in the answer on the stackoverflow. Do the demo what you want?

    Another old answer

    in reply to: Local Sorting Issue #96559
    OlegK
    Participant

    Sorry but to make any tests one need some test JSON data.

    I already see one small errors in your javaScript file: there are no autoWidth parameter in jqGrid: only

    in reply to: Can you use jqGrid if you cannot provide a resultset size? #96558
    OlegK
    Participant

    Sorry Moses,

    It seems to me that the problem is no so large. The value of the total and

Viewing 15 replies - 646 through 660 (of 968 total)

Stay connected with us in your favorite flavor!