tony

Forum Replies Created

Viewing 15 replies - 4,906 through 4,920 (of 7,981 total)
  • Author
    Replies
  • in reply to: Cell Values when select is used #88415
    tony
    Keymaster

    Hello Jo,

    In this case you shoul wait for the next bugfix release.

    Best Regards

    Tony

    in reply to: jqGrid dynamic select option #88414
    tony
    Keymaster

    Hello,

    It should work. Check your code.

    Regards

    Tony

    in reply to: List of hidden columns #88413
    tony
    Keymaster

    Hello

    You can

    var mymodel = $(“#mygrid”).getGridParam('colModel') // this get the colModel array

    // loop the array and get the hideen columns

    $.each(mymodel, function(i) {

    if(this.hidden == true ) {

    // do something here

    }

    });

    in reply to: Trying to edit and save a cell with empty content #88412
    tony
    Keymaster

    Hello,

    Thanks I have fixed this bug in cellEdit in gitHub.

    Regards

    Tony

    in reply to: Grid does not spread out in Firefox #88409
    tony
    Keymaster

    Hello,

    Which FireFox on which OS? Try to disable the FireBug and try.

    Regards

    Tony

    in reply to: dataURL generating a GET? #88408
    tony
    Keymaster

    Hello,

    Yes this is true (I use jQuery load). Will see how to configure this in the future.

    Regrds

    in reply to: setRowData send to server? #88407
    tony
    Keymaster

    Hello,

    Sorry but this is out of the discussion here. Maybe you should begin first with jQuery documentation and tutorials.

    Reagrds

    Tony

    in reply to: Multiselect Check box aligned left side #88406
    tony
    Keymaster

    Hello

    Which version of jqGrid do you use? In 3.5 it seems to work OK, but I'm not sure if this is tru in 3.4 release.

    Best Regrds

    Tony

    in reply to: Row Click Events in Grid and Sub Grid #88405
    tony
    Keymaster

    Hello,

    Currently no easy way to do this. Also if you on dblClickRow it should fire when you are in the grid and not if you are not in the grid row

    Regards

    Tony

    in reply to: Subgrid Hyperlinks Don’t work. #88404
    tony
    Keymaster

    Hello Greg

    Thanks. This is a bug and is fixed in GitHub. You can grab the source and test and if you have difficulties with this, you should wait for the next bug fix release.

    Regrads

    Tony

    tony
    Keymaster

    Hello Reg,

    Glad to hear this.

    Best Regards

    Tony

    in reply to: two lines of text in column heading #88402
    tony
    Keymaster

    Hello,

    Do the same in ui.jqgrid.css – look section header in the css.

    Reagrds

    Tony

    in reply to: Restrict Advanced Search Option #88401
    tony
    Keymaster

    Hello,

    Sorry, not possible.

    Reagrds

    Tony

    in reply to: More than one Key column #88400
    tony
    Keymaster

    Hello,

    You can manipulate this easy.

    Server side set a uniquie id and pass this id as the id of the grid – can be a combination of the two keys (See Data manipulation in the documentation)

    Then use your code.

    Regards

    Tony

    in reply to: possible incorrect width values #88399
    tony
    Keymaster

    Hello,

    Do you have take a look into the ui.jqgrid.css?

    Also this pixel commes not from the border of the div, but only from the border of the td element.

    This only happen when you have height set to auto or 100%.

    Best Regards

    Tony

Viewing 15 replies - 4,906 through 4,920 (of 7,981 total)

Stay connected with us in your favorite flavor!