Hello,
Look at available methods that jqGrid support. You have a wide range
of possibilities. With other words – read docs.
Regards
Tony
Hello,
Your error maybe is that you do not have tgl_kontrak as name,
but as index in the colModel
Regards
Tony
Hello,
You can look here:
http://bartreyserhove.blogspot.com/2008/08/aspnet-mvc-and-jqgrid.html
Regards
Tony
Hello,
I'm very sorry for this – it is docs bug – you should
Hello,
Thank you.
This exactly the problem in IE in cellEdit with hidden coulmns. I will try
to fix this.
Thank's
Regards
Tony
Hello,
I think you should configure jsonReader for this purpose and change
a little the returned data:
Try this
jsonReader: {
root : “rows”,
repeatitems : false,
id: “id”
}
configure the jsonmap in the colModel and then return this:
{total:”1″, page:”1″, records:”2″,
Hello,
Thank you. Any help on solving this is welcome. I will be happy with this.
Be a sure that other people will be happy with this too.
Regards
Tony
Hello,
Thank you. If I look deep into the code this is common problem.
Will fix as soon as possible.
Thank you again.
Best Regards
Tony
Hello,
Since I have successed with this conversion – the problem is that
JSON.stringify does not support type function when convert to string.
This caouses not correct exporting of the events (functions). To work this
open the file that contain JSON.stringify method and at the end add
the following:
…
Hello,
Thank you.
I will test definitley this in IE7. It is quite possible that here things are
not changed 🙂
Regards
Tony
Hello,
You can input html in colNames. Another possible solution is to use
setLabel method – refer to docs.
Regards
Tony
Hello,
To be a honest I do not know. Currently I'm little busy with other
project. Actually I must work – you know why.
Instead I will try to do this for 3.4 version (see Roadmap) and
not for the upcomming bug fix release.
Regards
Tony
Hello,
I suggest first to try with simple data not generated from PHP.
The example
Hello,
One possible solution is to to use custom buttos to add the needed action.
Then you can use all the available grid methods to add, edit,delete data.
Another solution is to use existing forms, but you should play with the
CSS.
Regards
Hello,
How look afterSubmit?
Does this event (function) return the needed array something like
afterSubmit : function(a,b) {
….
return [true,””];
}
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top