OlegK

Forum Replies Created

Viewing 15 replies - 271 through 285 (of 968 total)
  • Author
    Replies
  • in reply to: The height of the grid #99126
    OlegK
    Participant

    Hello Bastien,

    you should just use height option of jqGrid. For examplle, height: 300, height: 'auto'

    in reply to: CSS Errors #99119
    OlegK
    Participant

    Hello Paul,

    I am glad to read that your program is work now.

    You are right, there are a mistake in the documentation of jqGrid. Fortunately the documentation is wiki-documentation and everybody can change it. So I fixed the corresponding place in the documentation just now.

    Good luck
    Oleg

    in reply to: CSS Errors #99117
    OlegK
    Participant

    Hello Paul,

    the JSON data which you posted in your first question and which I used in my answer (and my demo too) was correct JSON data. The ROWS property was array of arrays ({“ROWS”:“1”,…],[“2”, …, …).

    in reply to: CSS Errors #99115
    OlegK
    Participant

    Hello Paul,

    You wrote, that you used Firebug to examine the server response. Which value has Content-Type header of the server response?

    in reply to: CSS Errors #99113
    OlegK
    Participant

    Hello Paul,

    how you can see from the demo

    OlegK
    Participant

    Hello millfreedom,

    You are definitifely wrong in the first example because you used the same id=”jqGridTable” twice on one HTML page. The ids must be unique

    in reply to: multiple search dialogs, different searches #99110
    OlegK
    Participant

    Hello Tempel,

    the options recreateFilter: true

    in reply to: CSS Errors #99109
    OlegK
    Participant

    Hello Paul,

    you should don't forget, that JSON, like JavaScript, is case-sensitive. So you have to chanage the JSON data produced on the server to

    {

    in reply to: Manipulate JSON Data Received #99079
    OlegK
    Participant

    Hi,

    if one use datatype: 'jsonstring' the value of datastr parameter can be not only the string, but just the object which represent the data. Another possibility is to use datatype: 'local' and the input object provide as the value of data parameter.

    If you want really manipulate the data received from the server you can do this inside of beforeProcessing callback function. Inside of the function you can make any changes in the data recieved from the server before the data will be processed by jqGrid.

    Best regards
    Oleg

    in reply to: setGroupHeaders Option is not working #99068
    OlegK
    Participant

    Not a problem. You are welcome!

    in reply to: setGroupHeaders Option is not working #99064
    OlegK
    Participant

    You wrote “this complex example”, but not posted any URL. Where is your demo which has any problem?

    in reply to: setGroupHeaders Option is not working #99062
    OlegK
    Participant

    Look at the demo for example. The recent change in the code was described in the bug report.

    Regards
    Oleg

    in reply to: more flexibility in the xmlReader #99061
    OlegK
    Participant

    Hallo Tony!

    I tesed the code, but it would be very good if you test it also carefully.

    To make youe easy to read the code the following comments can be interesting for you.

    I made some changes in code of getXmlData which I originally posted. It's small changes in the RegEx (parameter of expr.match) and the last lines of getXmlData. New version of the code is

    getXmlData: function (obj, expr, returnObj) {

    in reply to: more flexibility in the xmlReader #99055
    OlegK
    Participant

    Hello Tony!

    You can find

    in reply to: cell editing of grid having subgrids as grid #99049
    OlegK
    Participant

    Hello Paul,

    if you need make any modifcation in the jqGrid code you need use jquery.jqGrid.src.js instead of jquery.jqGrid.min.js. If you really need to use the file in production you can create minimized version of the file yourself. To do this you can choose any your favorite minifier. Just search in internet for the words JavaScript and minifier and you will find many versions from there. Every has its advantages and disadvantaged. The first well-known minifier was JSMin. There are Closure Compiler,

Viewing 15 replies - 271 through 285 (of 968 total)

Stay connected with us in your favorite flavor!