tony

Forum Replies Created

Viewing 15 replies - 5,191 through 5,205 (of 7,981 total)
  • Author
    Replies
  • in reply to: JQGrid data loading performace #87841
    tony
    Keymaster

    Hello,

    Thanks

    I do not jet have tested this, but it seems ok and reasonable.

    Will perform some test and if all is ok will fix it.

    The final 3.5 will come soon.

    Best Regards

    Tony

    in reply to: Using onSelectRow with column value instead rowid #87825
    tony
    Keymaster

    Hello

    Use the

    in reply to: GridToForm #87824
    tony
    Keymaster

    Hello,

    Search this forum there is such solution

    Regards

    Tony

    in reply to: Jqgrid Jayrock and Asp.Net #87823
    tony
    Keymaster

    Hello,

    Be a sure that all the needed js files are loaded. It seems that you do not load the language file which is needed in all modules.

    Reagards

    Tony

    in reply to: No luck with xmlstring.. #87822
    tony
    Keymaster

    Hello,

    To test. In 3.5 version we have a string to doc function (which convert xml string to dom element)

    Just do this in firebug

    console.log(jQuery.stringToDoc(facetString));

    Regards

    Tony

    in reply to: Inline Editing row saving not working for me #87821
    tony
    Keymaster

    Hello,

    Try to edit this, but

    in reply to: Inline Editing row saving not working for me #87820
    tony
    Keymaster

    Hello,

    Thanks it is a bug:

    Open grid.iniledit.js Around the line 130 replace the entry if with this

    if (url == 'clientArray') {

    tmp = $.extend({},tmp, tmp2);

    var res = $($t).setRowData(rowid,tmp);

    $($t.rows[ind]).attr(“editable”,”0″);

    for( var k=0;k<$t.p.savedRow.length;k++) {

    if( $t.p.savedRow[k].id===rowid) {fr = k; break;}

    }

    if(fr >= 0) { $t.p.savedRow.splice(fr,1); }

    if( $.isFunction(aftersavefunc) ) { aftersavefunc(rowid,res); }

    ….

    in reply to: Column sorting #87819
    tony
    Keymaster

    Hello,

    If you use 3.4.x this is not possible. Use the latest build of 3.5 and this should work

    Regards

    Tony

    in reply to: Keyboard accessibility for JQGrid #87818
    tony
    Keymaster

    Hello,

    Currently this is partial supported.

    Just set cellEdit to true whitout any editable column and you will have this functionality.

    It is planed for 3.6 release

    Regads

    Tony

    in reply to: Unable to use formatter #87816
    tony
    Keymaster

    Hello,

    What does not work in the formatter?

    in reply to: Setting width in precentage #87815
    tony
    Keymaster

    Hello,

    1. You can use the autowidth option.

    2. You can get easy the width of the parent element and the make the recalculations and set the width – by example if the parent width is 100px and you want 80% the set 80px as grid width.

    Regards

    Tony

    in reply to: Change column width dynamically #87814
    tony
    Keymaster

    Hello,

    Currently no. Will add this in todo list.

    Regards

    Tony

    in reply to: Cell editing / duplicate submit #87813
    tony
    Keymaster

    Hello,

    Thanks. This bug is corrected. Try with the last build

    Regards

    Tony

    in reply to: seach and page form with filterGrid #87811
    tony
    Keymaster

    Hello

    in reply to: Theme Problem #87809
    tony
    Keymaster

    Hello,

    It seems that some css are not loaded. Please use FireBug and ensure that all the css files are loaded

Viewing 15 replies - 5,191 through 5,205 (of 7,981 total)

Stay connected with us in your favorite flavor!