tony

Forum Replies Created

Viewing 15 replies - 6,556 through 6,570 (of 7,981 total)
  • Author
    Replies
  • in reply to: reload three grids one time #84818
    tony
    Keymaster

    Hello,

    Put alert after every trigger to see what is happen.

    Regards

    Tony

    in reply to: Add in colmodel default values #84817
    tony
    Keymaster

    Hello,

    Use beforeShowForm event when in add mode to add the needed default values.

    Regards

    Tony

    in reply to: JGRID in PORTLET – JSP #84816
    tony
    Keymaster

    Hello,

    You should configure the jqGrid loader to point to the right javascript files. Also read the docs how to configure the jqGrid loader to point to the right files.

    If you have trouble with this you can include all the needed files manually. Remember to include first the language file.

    Regards

    Tony

    in reply to: Getting the unique ID for a row when inline editing #84815
    tony
    Keymaster

    Hello,

    I do not understand right what is used – inline editing or cell editing? Both are diffrent things.

    Regards

    Tony

    in reply to: Filter without click on the searchbutton #84814
    tony
    Keymaster

    Hello,

    If you have a button with a Id mybutton, then you can do (I suppose you want to use searchGrid from formedit) and you grid is with id mygrid then:

    jQuery(“#mybutton”).click(function() {

    jQuery(“#mygrid”).searchGrid( params );

    });

    where params is a set of parameters for this method. See the docs for searchGrid available parameters.

    Regards

    Tony

    in reply to: filterGrid: initialize filter model #84813
    tony
    Keymaster

    Hello,

    I think there is a simple solution for this. Just emty the div where you create the filterGrid and construct it again with a new one with the desired select values, after two reloads.

    Regards

    Tony

    in reply to: themeroller #84812
    tony
    Keymaster

    Hello,

    Thanks again.

    Regards

    Tony

    in reply to: problem in datatimerpicker #84811
    tony
    Keymaster

    Hello,

    This error tell me that you do not have loaded properly the datetimepicker.

    Use firebug to see if the datetimepicker is loaded.

    Regards

    Tony

    in reply to: Grid don’t show into IE7 #84810
    tony
    Keymaster

    Hello,

    Maybe you forgot to include jquery document ready function here. Do it and I'm sure it will work.

    Regards

    Tony

    in reply to: Toolbar Search & jqGrid Toggling #84809
    tony
    Keymaster

    Hello,

    Thanks. What you mean “when we toggle jqGrid?”. Yes when you use the toolbar buton to show and hide the grid the toolbar is always shown and hide. To resolve this maybe you should use onHeaderClick(gridstate)

    in reply to: Can’t select text if multselect true and multikey set #84808
    tony
    Keymaster

    Hello Trevor,

    Thanks for this. This is really true if multiselect and multikey are set. Now I will see what I can do to resove this issue.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Maybe you should play with the toolbar div properties. There are not so much properties for this element in the grid.css (maybe you should play with the overflow property)

    Regards

    Tony

    in reply to: jqGrid 3.3.2 and google maps #84775
    tony
    Keymaster

    Hello,

    Thanks. I know about this problem in google maps. There was such post before some weeks. I'm not sure If I make the correction this will not destroy other things. Also a strong testing is needed here.

    Regards

    Tony

    in reply to: XML not loading into grid #84774
    tony
    Keymaster

    Hello,

    If possible provide a link to the problem or publish the code again with the xml data returned from server.

    Regards

    Tony

    in reply to: ajax call question #84773
    tony
    Keymaster

    Hello,

    jqGrid

Viewing 15 replies - 6,556 through 6,570 (of 7,981 total)

Stay connected with us in your favorite flavor!