bestjquerygrid

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • bestjquerygrid
    Participant

    Dear tony

    Is there no solution to the above problem?

    bestjquerygrid
    Participant

    tony said:

    Hello,

    1. onclickSubmit is not a part from jqGrid parameters, but of the particular add/edit/del parameters. Refer to docs how to use this.

    2. Do not see what pickdatetime3 function do.

    Regards

    Tony


    Dear Tony

    In my last post, pickdatetime3 function below (also shown above):
    function pickdatetime3(id){
    jQuery(”#”+id+”_amount3″,”#list3″).timepickr({convention:12});
    jQuery(”#”+id+”_invdate3″,”#list3″).datepicker({dateFormat:”yy-mm-dd”});
    }

    It simply set cell 1 to display jquery datepicker, and cell 2 to display jquery timpicker.

    bestjquerygrid
    Participant

    One clarification, I did not include #list2 above, because it works correctly on all 5 browsers versions (IE 8.0, IE 7.0, FF 3.10, Safari 3.1.2, Opera 9.6.4). The issue only occurs on the 2nd grid – I have no idea whether it was caused by multiple grids or having multiple jquery functions tagged to each cell.

    I await your kind response.

    Thank you for your time. Cool

    bestjquerygrid
    Participant

    I see. Now that I disabled the 2nd one and it works well.
    Thank you.

    However, there is a new related-issue now. IE 8.0 works properly, but FF 3.10 and Safari 3.1.2 doesn't. IE 7.0 & Opera 9.6.4 crashed on load.

    I need to call different functions for 2 different cell? What I did was to set one cell to popup the jquery-datepicker, while another to popup the jquery-timepickr (In future, I may also want to yet another cell to pop up colorpicker too).

    I have included my full script here, excluding the unnecessary html tag.

    bestjquerygrid
    Participant

    tony said:

    Hello,

    What do you use. – inline edit, form edit, cell edit.

    Howe do you attach a datepicker. If possible publish the code.

    Regards

    Tony


    var lastsel2;
    var lastsel3;

    function picktime3(){

Viewing 5 replies - 1 through 5 (of 5 total)

Stay connected with us in your favorite flavor!