tony

Forum Replies Created

Viewing 15 replies - 7,786 through 7,800 (of 7,981 total)
  • Author
    Replies
  • in reply to: Insert HTML into rows #82289
    tony
    Keymaster

    If you use xml you should use CDATA something like this
    PHP way

    ...
    <![CDATA[". ."]]>
    ...

    If JSON just put this string, but I do not test this with JSON

    Regards
    Tony

    in reply to: grid reuse #82286
    tony
    Keymaster

    As you said – I’m not sure if current version of jqGrid is suitable for your application, but..

    There are 3 main direction where jqGrid will go in the future
    1. Better resizing of the grid – columns, grid .. (Mybe I will need some help on this)
    2. TreeGrid component
    3. Reuse the grid component with different models – i.e. read the configuration from server

    Regards
    Tony

    in reply to: loadError #82285
    tony
    Keymaster

    You can use

    xhr.responseText – this is the text returned from the server describing the error
    xhr.status is the status code number
    xhr.statusText is the text for the error

    I recomend you to use
    xhr.responseText and maybe st parameters

    Regards
    Tony

    in reply to: IE7 Heading Display Problems #82283
    tony
    Keymaster

    nathand,

    If possible could you please provide me a link
    Thank you
    Regards
    Tony

    in reply to: buttons on the bottom bar #82281
    tony
    Keymaster

    By default all actions (buttons) are enabled.
    Try to call only this and see what is happen.

    jQuery(”#list”).navGrid(“#pager”);

    Check for image path and sure that the image for refresh is present.

    Regards
    Tony

    in reply to: How to create new buttons on bottom?? #82277
    tony
    Keymaster

    See the delGridRow method in detail on how to do that.

    Regards
    Tony

    in reply to: getMultiRow error #82276
    tony
    Keymaster

    If you use 3.2 version see the replacement of this method into the docs.
    Just in your case you must use:
    jQuery(‘#list’).getGridParam(‘selarrrow’)

    Regards
    Tony

    in reply to: IE7 Heading Display Problems #82275
    tony
    Keymaster

    Try this in the main css
    html, body {
    margin: 0; /* Remove body margin/padding */
    padding: 0;
    overflow: hidden; /* Remove scroll bars on browser window */
    }
    Please let me known if this fixes the problem

    in reply to: IE7 Heading Display Problems #82273
    tony
    Keymaster

    Just a question. Is the grid width larger than the screen width?
    If this is so try to implement shrinkToFit option – i.e set it to false.
    Now I will check this now.

    Regards
    Tony

    in reply to: IE7 Heading Display Problems #82269
    tony
    Keymaster

    In the moment I do not have IE7 in the hand. Is this only in IE7? How is it in IE6? Will see it tomorrow.

    Regards
    Tony

    in reply to: How to use when my JSON looks like this? #82268
    tony
    Keymaster

    Hi,
    Look into the docs. There is a detailed explanation haw you can configure the json data. Of course not all can be done. See jsonReader cofiguration

    Regards
    Tony

    in reply to: buttons on the bottom bar #82264
    tony
    Keymaster

    To disable some actions like edit, add and etc read docs for the navGrid

    Regards
    Tony

    in reply to: buttons on the bottom bar #82263
    tony
    Keymaster

    You miss this piece of code:

    jQuery(“#list”).navGrid(‘#pager’,
    {}, //options
    {height:280,reloadAfterSubmit:false}, // edit options
    {height:280,reloadAfterSubmit:false}, // add options
    {reloadAfterSubmit:false}, // del options
    {} // search options
    );

    Do not forget to include jqModal.css, jqModal.js and jqDnR.js

    Regards
    Tony

    in reply to: In-line Editing rowEdit upon grid Loading #82260
    tony
    Keymaster

    No problem – here is a permanent link:

    http://www.trirand.com/jqgrid/jqGrid32-test.zip

    Thank you
    Regards
    Tony

    in reply to: How to add markup to grid? #82259
    tony
    Keymaster
Viewing 15 replies - 7,786 through 7,800 (of 7,981 total)

Stay connected with us in your favorite flavor!