tony

Forum Replies Created

Viewing 15 replies - 3,886 through 3,900 (of 7,981 total)
  • Author
    Replies
  • in reply to: Beginer Search box no result please help #91402
    tony
    Keymaster

    Hello,

    For me everthing is working correct. You should check your server side code on how you accept the parameters from

    the search dialog and how you perform the serch. Again in the demo package there is such one. Just look at server.php file from

    the same package.

    Best Regards

    Tony

    in reply to: Name clash between “id” and Indonesian language code (id) #91401
    tony
    Keymaster

    Hello,

    Hello,

    Thank you for this. This is one thing that should be corrected. For now we put the id hard. We plan to change this in a way that the user will set it in a way what they want. Maybe will be available in the next release.

    Best Regards

    Tony

    in reply to: Custom format for column header #91400
    tony
    Keymaster

    Hello,

    Look into the docs for

    in reply to: Editing format of pager row #91399
    tony
    Keymaster

    Hello,

    Currently no, but in the next major release we plan to add a method for the pager – here you can define where and in which order the buttons should appear.

    Best Regards

    Tony

    in reply to: overwriting sortData #91398
    tony
    Keymaster

    Hello,

    Good point. Also for now not possible, but maybe one possible solution is to use the onSortCol event and depending on what this event return to enable/disable the remaining processing. Will think on this.

    Thanks

    Best Regards

    Tony

    in reply to: How to hide lines in tree grid #91397
    tony
    Keymaster

    Hello,

    You will need to just look in the style tag.

    If you enclosed the grid in a div named mydiv you can define in the style tag (after loading jqgrid css)

    #mydiv .ui-jqgrid tr.jqgrow td { border-bottom: 0px none;}

    Regards

    Tony

    in reply to: treegrid in subgrid #91396
    tony
    Keymaster

    Hello,

    Yes this is possible, just see how to build grid as subgrid and your subgrid can have a treegrid option

    Regards

    Tony

    in reply to: smart local #91395
    tony
    Keymaster
    in reply to: abandon forums for google group #91394
    tony
    Keymaster

    Hello,

    Thanks for this recommendation, but we prefer to have own one.

    If you are interested about why not google groups, you can look here

    http://ejohn.org/blog/google-g…..s-is-dead/

    Best Regards

    Tony

    Edit: If you want to be faster in the forum in case you use FireFox, just disable FireBug and your browsing will be much much faster. The form here does not like FireBug.

    in reply to: custom button #91393
    tony
    Keymaster

    Hello,

    Yes it is possible too.

    The class for the caption is named ui-jqgrid-titlebar – the common div for the entry grid is named gbox_ + the id of the grid.

    In order to append and to do something in case the grid have id gridid

    $(“.ui-jqgrid-titlebar”,”#gbox_gridid”).append(something)

    Best Regards

    Tony

    in reply to: bug in the method delGridRow #91392
    tony
    Keymaster

    Hello,

    Thanks. Fixed. Also added default parameter to the options processing:false

    Best Regsrds

    Tony

    in reply to: Search Toolbar default value ignored #91391
    tony
    Keymaster

    Hello,

    How do you call triggerToolbar? – there is a special case here.

    Check Demos to see how to use it.

    Regards

    Tony

    in reply to: Resizing grid not works. #91390
    tony
    Keymaster

    Hello,

    This maybe occur if you have build the minified file using ant. I will check this.

    Also if you use the download manager the first file is grid.base.

    Regards

    Tony

    in reply to: error in capturing server errors #91377
    tony
    Keymaster

    Hello,

    I'm not sure what you expect to be a error in this case.

    loadError is just replacement for jQuery ajax error.

    Also if you run pure ajax with

    $.ajax({

    ….

    error : function(…) {

    }.

    });

    it is the same as

    …jqGrid({

    loadError : function() {

    },

    });

    Run the first code and see if the error occur.

    Best Regards

    Tony

    in reply to: confirmation window for deletion #91376
    tony
    Keymaster

    Hello,

    You will need to look for width, heght and dataheight here:

    http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow

    Regards

    Tony

Viewing 15 replies - 3,886 through 3,900 (of 7,981 total)

Stay connected with us in your favorite flavor!