tony

Forum Replies Created

Viewing 15 replies - 7,021 through 7,035 (of 7,981 total)
  • Author
    Replies
  • in reply to: Celledit problem #83837
    tony
    Keymaster

    Hello,

    Thank you

    This really make a error when you not include

    in reply to: Error in version 3,3 ? #83836
    tony
    Keymaster

    Hello,

    Check your language file. The jQuery.jgrid.nav should be present or

    at last you have put some unneded coma at last of some statement.

    Regards

    Tony

    in reply to: Spanish locale messages #83833
    tony
    Keymaster

    Hello

    send them to: tony at trirand dot com

    Thank you

    Regards

    Tony

    in reply to: jqGrid and #83832
    tony
    Keymaster

    Hello,

    Good question. To be a honest I have been contacted before some time

    about the possibility to integrate jqGrid into jQuery UI, but it seems that jQuery UI team have make another decision. (If you go into subversion repository for version 1.7 you will see a very beginning stage of jQuery UI grid)

    Best Regards

    Tony

    in reply to: How to reference the jqgrid with jquery? #83831
    tony
    Keymaster

    Hello,

    Please, go into the example page and check the news for 3.3.

    I have prepared such example.

    Regards

    Tony

    in reply to: Celledit problem #83830
    tony
    Keymaster

    Hello,

    You must be a sure that the grid.common.js, jqModal.js, jqDnR.js and at

    last jqModal.css are loaded. Also download the last version. There are some

    critical bugs corrections in cell edit.

    Regards

    Tony

    in reply to: Need to change file names in ASP.NET #83829
    tony
    Keymaster

    Hello,

    Sorry I can not help.

    Regards

    Tony

    in reply to: SetColumns #83828
    tony
    Keymaster

    Hello,

    Thanks. This is corrected. Just download the fresh 3.3 version.

    Also this apply to subgrid too.

    Regards

    Tony

    in reply to: How to integrate jqGrid with CakePHP #83827
    tony
    Keymaster

    Hello,

    Since I do not know CakePHP – but if you can call direct via url a function

    as of your code it is a really simple: (suppose JSON)

    datatype : function(pdata){

    $.ajax({

    url: 'yourfunctionhere',

    data: pdata,

    complete : function(response,status) {

    if(status=='success'){

    var mygrid =

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:”Table Normal”;
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:””;
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:”Times New Roman”;}

    jQuery(gridid)[0];

    mygrid.addJSONData(eval(”(”+response.responseText+”)”));

    }

    }

    })

    }

    Hope this helps

    Regards

    Tony

    in reply to: resetSelection bug $t not defined #83825
    tony
    Keymaster

    Hello,

    I know about this bug. It is corrected.

    Thank you

    Regards

    Tony

    in reply to: empty rows (instead of form) to add records #83823
    tony
    Keymaster

    Hello,

    I think it is a simple.

    Use addRowData method and you will have idea how to use it.

    (you need only to add a empty value for some valid field)

    $(“#gridid”).addRowData(“emty_row”,{colname:””},'last').editRow(“empty_row”);

    Also see the docs.

    Regards

    Tony

    in reply to: configuration of the plug in #83822
    tony
    Keymaster

    Hello,

    It is difficult for me to tell you what is the problem.

    Could you please send me a link to the problem.

    You can write me to tony at trirand dot com

    Ragrads

    Tony

    in reply to: $ instead of jQuery in grid.common-min.js #83821
    tony
    Keymaster

    Hello,

    It is corrected. Thanks

    Regards

    Tony

    in reply to: How to integrate jqGrid with CakePHP #83820
    tony
    Keymaster

    Hello,

    It is a little confused for me, but the current published version

    3.3. is preview release. Final will be in Tuesday.

    Regards

    Tony

    in reply to: addRowData not firing afterInsertRow event #83817
    tony
    Keymaster

    Hello,

    Will be added. Thank you

    Regards

    Tony

Viewing 15 replies - 7,021 through 7,035 (of 7,981 total)

Stay connected with us in your favorite flavor!