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
Hello
Use the
Hello,
Search this forum there is such solution
Regards
Tony
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
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
Hello,
Try to edit this, but
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); }
….
Hello,
If you use 3.4.x this is not possible. Use the latest build of 3.5 and this should work
Regards
Tony
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
Hello,
What does not work in the formatter?
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
Hello,
Currently no. Will add this in todo list.
Regards
Tony
Hello,
Thanks. This bug is corrected. Try with the last build
Regards
Tony
Hello
Hello,
It seems that some css are not loaded. Please use FireBug and ensure that all the css files are loaded
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top