Hello,
Thank you
This really make a error when you not include
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
Hello
send them to: tony at trirand dot com
Thank you
Regards
Tony
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
Hello,
Please, go into the example page and check the news for 3.3.
I have prepared such example.
Regards
Tony
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
Hello,
Sorry I can not help.
Regards
Tony
Hello,
Thanks. This is corrected. Just download the fresh 3.3 version.
Also this apply to subgrid too.
Regards
Tony
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
Hello,
I know about this bug. It is corrected.
Thank you
Regards
Tony
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
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
Hello,
It is corrected. Thanks
Regards
Tony
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
Hello,
Will be added. Thank you
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top