Hello,
Maybe this will help:
http://www.greggbolinger.com/blog/2008/04/14/1208228820000.html
Or simple google it:
Hello,
Do you have read the docs about how to use the treeGrid with json? Also do you have see the example?
What you can not do with this?
REgards
Tony
Hello Frederico,
I will consider this to be added in next release – (this really have sence). Thanks
Best Regards
Tony
Hello,
Thanks for this. We concern more on server side data manipulation. Tha local data paging currently is not supported.
If you wish to contribute your code and efforts – you are welcome.
Currently there is no svn to submit the changes, so you can send me these to me.
I consider to have svn soon.
Regads
Tony
Hello,
Good idea is first to start with docs. – you can use afterSubmit event for this purpose.
Regards
Tony
Hello,
And how look your jsonReader. Maybe you forgot to set repeatitems: false
Regards
Tony
Hello,
Thanks for this, but it seems very strange. As you can see we have uniquie Id, but the only think that I see is you maybe switch between the tabs (grid) to quick which couse the loading message not to close with fadeOut.
Regards
Tony
Hello,
Before edit the row get the id of the column – let say myid, then
myextraparam = {jqGridUIDCol:myid}
$(“#mygrid”).saveRow(myid, false, myurl, myextraparam);
When you post the value from jqgrid use
Hello,
Search this form and you will find the answer.
Regards
Tony
Hello,
afterSubmit :function(data, postdata) {
if(some condituin) {
$(“#mycount”).val(some_value)
return [true,””,””]
} else {
return[false,”some error”,””]
}
Where my count is the name from colModel
Regards
Tony
Hello,
The same way as in the inline edit – see examples.
Regards
Tony
Hello,
I know about this. This is coused by the loader. The problem should be fixed if you place the jqGrid code at end of the body tag – i.e
….
//jqGrid code here
Hello,
If this is the case, then the only thing that I see is: What is going when you loop throught the records (for statements in the event). Could you please use the FireBug to see what is going here. If possible send me a link to the problem – tony at trirand dot com
Regards
Tony
Hello,
Testted and worked (if this is your data and colModel)
jsonReader:
jsonReader : {
Hello,
The same is in IE6. I confirm this. I will investigate this deeper – (maybe it is a IE “standart” behaviour or CSS issue)
Thanks
Regads
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top