admin

Forum Replies Created

Viewing 15 replies - 256 through 270 (of 635 total)
  • Author
    Replies
  • in reply to: How to handle server side validation in jQgrid #90445
    admin
    Keymaster

    Hello,

    in reply to: setGridParam ‘page’ in loadComplete #90441
    admin
    Keymaster

    Hello Tony,

    Here is my code that gets executed when the button is clicked:

    $('#grid').setGridParam({url:'http://localhost:8888/xxx/abc?active=true'});
    $('#grid').trigger("reloadGrid");

    This way I filter the grid on the 'active' records.

    in reply to: Does not refresh… have to click refresh after going back #90440
    admin
    Keymaster

    * Does this only happen when you have 3 grids or does it happen even with one ?

    * Check your browser settings and see if the url (which passes the data in) has a cookie having a expiring data, or cache setting.

    in reply to: pager alignment #90439
    admin
    Keymaster

    Hi,

    I have managed to accomplish what I need with the following property

    pagerpos:'right'

    and then

    jQuery(“#pager_center”).remove()

    jQuery((“#pager_left”).css(“width”,”increase to pixels I need”)

    It is a hack but it works for now.

    Regards

    Andrew

    in reply to: Dropdown changes dynamically #90438
    admin
    Keymaster

    Hi man,

    I have exactly the same problem, It loads the first time, but not the second.

    The alert shows up every time i change the original select, but second select does not. It changes only on the first time.

    Is this the only way to do a dynamic select? i'm trying to resolve the classic case of Zip-state-city.

    any help?

    in reply to: jqdata not displaying data #90433
    admin
    Keymaster

    I'm struggling with editing the grid with the “editurl” paramater using PHP.

    Could you please post your edit code?

    in reply to: Unable to use formatter #90429
    admin
    Keymaster

    Tony,

    Thank You!

    My original jquery.jqGrid.js did NOT inclue jquery.fmatter.js in “Modules….”. I didn't include the formatter when I first downloaded the jqGrid. Now it is working NICELY after I downloaded the package which included formatter. Thank You Thank You!! Laugh

    admin
    Keymaster

    [bump] any plans to fix this for 36? or is it off the list ?

    thanks,

    tim

    in reply to: Unable to use formatter #90423
    admin
    Keymaster

    Hi Simon,

    Thanks for prompt reply! My code is pretty much similar to the one you posted, please see below….

    in reply to: Multisearch doesn’t close after grid reloaded #90404
    admin
    Keymaster

    tony said:

    Hello,

    Maybe you will need to look here:

    http://www.trirand.com/jqgridw…..ng#options

    Regards

    Tony


    OOOHHH Tony I love you! fixed. Thank you

    in reply to: Multisearch doesn’t close after grid reloaded #90403
    admin
    Keymaster

    Hi tony, thanks for the replay.

    I don't know if it's related, but i'm also getting this error:

    Message: 'grid.cols[…].style' is null or not an object
    Line: 10
    Char: 51755
    Code: 0
    URI: http://localhost:5115/Scripts/jquery.jqGrid.min.js

    in reply to: editurl not changed #90395
    admin
    Keymaster

    Hi Tony,

    I just tried, and it fails the same way, so I started to look for the error and finally I found it.. it's mine Frown

    I'm very sorry to make you lose your time. My problem was in the editRow function. It has one parameter for the editurl, and I was passing there the same value all the time.

    By the way, when trying the 3.6RC I got a new error (“val is null”) and had to change line 587 of grid.common.js to:

    if (val == null || val.match(/^s+$/) || val == "")

    in reply to: Unable to use formatter #90394
    admin
    Keymaster

    Hi Simon and Tony,

    I have exactly same problem with Simon. I checked the doc but still don't have a clue about how to make the formatter work. (I need to get checkbox to work, but the column is just showing my data – Yes/No – as plain text…)

    Simon, can you share your finding? Thanks in advance!

    Tony, do you have any other recommendation other than the doc for me? (by the way, jqGrid is really great!)

    in reply to: TreeGrid Not working on IE 6 and 7 #90393
    admin
    Keymaster

    ryan,

    Try the link now….

    tim

    in reply to: Default Value for Add form #90391
    admin
    Keymaster

    I found this on the wiki, not in the documention.

    editoptions: {defaultValue:'aValue'}

    Regards

    Andrew

Viewing 15 replies - 256 through 270 (of 635 total)

Stay connected with us in your favorite flavor!