Hello,
We need a additional info on this – link wil be great, otherwiese we can not help.
Thanks
Regards
Hello,
Thanks. Did you mean the 3.7 beta?
If this is the case we have put a wrong CSS into the demo (now everething is correct)
Can you please confirm if now the problem exists?
We have replaced the CSS and it seems to work ok now
Best Regards
Tony
Hello,
In order to resolve we need a test case. The best is if you provide a link to the problem
Thanks.
Best Regards
Ton
Hello,
There is another fix on this in GitHub.
http://github.com/tonytomov/jqGrid/commit/080cfa80203265bc2b4589b731dfec6a1cc9edc2
Thanks.
Best Regards
Dear usarskyy,
Every piece of code is important.
For me this is not a bug and you problem maybe is that you try to add a data to a grid which does not exists.
Try determine if this
$(“#”+subGridID)
is existing element into the dom before to add a data to it.
Best Regards
Tony
Hello,
I can not understand what you mean and where is this happen.
Best Regards
Tony
Hello,
Thanks.
1) This is a bug. In this case we should call a restoreRow to restore the data and make the row again editable.
The problem is fixed.
2) You can use a succesfunc – to this function we pass the response.
Note that since we use a jQuery complete event in ajax you should parse your JSON response something like
function mysuccces(res)
{
myjson = $.jgrid.parse(res.responseText);
// now you have what you want
}
Regards
Tony
Hello,
Sorry, but it seems that this is the struts2 plugin. Is this right?
In this case I can not help, since my java knowlidge is not enought.
Regards
Tony
Hello,
Please try jQuery UI dialog.
Regards
Tony
Hello,
Thanks for the work.
To work this a lot of other thing should be done. Since we work on grouping and there are a lot of changes in the structure I will try to provide a method like setColWidth – which will do the job for you, but this will happen after 2 moths maximum
Best Regards
Tony
Hello,
Thanks. I know this. The problem is in IE8 too, but I'm not sure that I will fix it.
Regards
Tony
Hello,
There is a fix regarding addRowdata and rownumbers in the GitHub,
but you have a not needed comma here:
colModel: [
{name:'parentKeyID', index:'parentKeyID', width:0, align:'center',hidden:true},
{name:'id', index:'id', width:30, align:'center',hidden:true},
{label:'Text', name:'text', index:'text', width:350, align:'center'}, <==== Error
],
Best Regards
Tony
Hello,
Thanks. This is true. The problem is fixed, but the fix will appear in 3.8 after a moth.
Best Regards
Tony
Hello,
This is fixed here:
http://github.com/tonytomov/jqGrid/commit/233d341d453c7a982a5c856f65969111818dc519
The fix is not provided into the 3.7 Beta
Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top