tony

Forum Replies Created

Viewing 15 replies - 7,651 through 7,665 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Daniel,

    First you should use a 3.2rc

    Here is a little fragment. I suppose you attach a click to new or edit buttons.

    $(“#editbutton”).click(function() {

    var master_id = $(“master”).getGridParam('selrow');

    if(master_id) {

    var masterdata = $(“master”).getRowData(master_id);

    if (masterdata){

    // here data from master

    $(“#detail”).setGridParam({editurl:…})

    }

    }

    });

    Regards

    Tony

    in reply to: How to get primary id of master row #82574
    tony
    Keymaster

    If you use 3.1 veresion please switch to 3.2rc. There is a bug when setting the url dynamically. You should do something like this.

    Select the master id. After the master id is selected change the editurl of the detail to appropriate way.

    Regards

    Tony

    tony
    Keymaster

    Try first without cgi script. If all is ok then something with a call is not correct

    Tony

    P.S

    Not sure if you can use get inside this. I recommend you call get before constructing the grid. Set the result in variable and put this in colModel

    in reply to: Hidden modal window #82570
    tony
    Keymaster

    Dave,

    This is a partial solution, since if you dont want some hidden fields to be in form the would be.

    I hope to publish the final 3.2 soon

    Regards

    Tony

    in reply to: Colname not match colmodel width #82569
    tony
    Keymaster

    John,

    Thank you for this. You can write me a e-mai to

    tony at trirand dot com

    I known that the things that should be improved in the grid are – width management and scrolling. Currently

    in reply to: Validating a cell on change #82565
    tony
    Keymaster

    Reg,

    For noneditable fields you should use a setRowData method

    Regards

    Tony

    in reply to: Colname not match colmodel width #82563
    tony
    Keymaster

    Could you plese give me a link

    Regards

    Tony

    tony
    Keymaster

    The last item should not have this ; at end – i.e the right is

    item1:value1;item2:value2;…itemN:valueN

    Regards

    Tony

    in reply to: datePicker in search form #82560
    tony
    Keymaster

    Search this forum for datepicker

    Regards

    Tony

    in reply to: Tooltip and title attribute #82559
    tony
    Keymaster

    Currently this is not possible, since jqGrid automaticalli add and tooltip (with the text of the cell content) and delete them if the user move the mouse out.

    To do this we should disable this behaviour.

    Regards

    in reply to: Hidden modal window #82558
    tony
    Keymaster

    In the final release there will be a option to edit hidden fields in form editing

    Regards

    Tony

    in reply to: Colname not match colmodel width #82557
    tony
    Keymaster

    Please refer to the Docs about this – Width and Height topic.

    Regards

    Tony

    in reply to: trigger(“reloadGrid”)?bug or not? #82556
    tony
    Keymaster

    Check what is with lastsel2. I think you should d something with this if the button is clicked

    Regards

    Tony

    in reply to: combobox in jqGrid #82547
    tony
    Keymaster

    julizar,

    I understand what you mean. Currently I recommend you to use

    afterInsertRow(row_id) event

    in reply to: Hidden modal window #82546
    tony
    Keymaster

    This happen in IE6/7 and with jQuery 1.2.6 ? – Right?

    If this is the case there is a little bug in jqModal. Please switch to jQuery 1.2.3

    untill the bug is corrected. I have implemented my solution for this but I'm not sure if this is the right way.

    Regards

    Tony

Viewing 15 replies - 7,651 through 7,665 (of 7,981 total)

Stay connected with us in your favorite flavor!