Hello,
Will be great if you send a link to the problem.
Regards
Tony
Hello,
You do not need to google it, simple look here for the available events:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow
Hello,
Obviously this is a problem form the server response not from the grid.
Search this forum and you will find a lot of therads regarding this instead to wait 6 days for the answer!!!.
Regards
Tony
Hello,
Put the logic in the custom formatter function
if(some_condition) {
// here format as date
} else {
// format as showlink
}
Hello,
Obviously no. You should do it like you said.
Regards
Tony
Hello,
Yes it is possible look at the docs.
Regards
Tony
Hello,
configure your jsonReager for this purpose. The default one is not applicable for your response.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data
Regards
Tony
Hello,
Seems like your code is not correct. the navButtonAdd is the righ method .See demos
Tony
If you use formatter
Hello,
Seems that everthing is ok. Do you have any error or nothing happen?
Regards
Tony
Hello,
The problem is not related to jqGrid, but in a way how the “value” of checkbox is obtained.
$(“#mycheckbox”).val()
Hello,
First you mix cell edit with row edit – they are diffrent. If you look carfully into the docs you will notice this. Every event is related to certain module.
Please look carfully here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing
Especially here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#saverow
and aftersavefunc
Regards
Hello,
You can try to use FireBug with FireFox
and then write this little script to see what you have:
onSelectRow: function(id) {
Hello,
1. It all depends on when you cal the construction of the grid.
If your parent initially is hidden, then the parent has a width = 0, so in this case jqGrid will have the width = sum of the width of the columns. If you show first the parent and then create the grid you will have what you want. This problem appear when you use initially hidden tabs.
If this is the case you will find a tons of solutions here.
If you want to resize the grid when the browser window resize you can find a lot information in this forum, but you can try this:
$(window).resize( function() {
Hello,
For inline edit you can use the option clientArray in the url.
For form editing this is for now not possible, but you can set in the deletion a dummy existing url.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top