Thanks Oleg,
I have made a pull request.
Regards
Tony
Hello,
I do not agree with this.
Please check your code again. Do you have a custom code when you do inline edit?
Th grid has its own toJoson methos but it is never called in inlinedit.
Moreover the method is ecloased in a class and is called this way:
xmlJsonClass.toJson(….)
The problem you may face is in parse function.
jqGrid check if the browser has a build in JSON and if not uses a eval.
Also this is possible if the flag
$.jgrid.useJSON = true;
If you maybe set this flag after loading the grid to false you maybe will not have problem in IE7.
Regards
Hello,
You can change the post (when a add/edit/dell) data in a way you wanr.
Please look into the documentation for serializeEditData event.
The very natural way is if a button is clicked you
1. Get the selected row via selrow
2. get the row data via getRowData
3. configure your data with parameter you want and and make your own ajax call.
Regards
Thanks Oleg.
Thanks Oleg.
Oleg,
Thanks. Fixed.
Tony
Oleg,
Ok. Changed, but I think nobody will set a undefined.
Regards
Thanks Oleg.
Published in GitHub. You maybe mean :
(p.rowID !== null) ? p.rowID : $.jgrid.randId() 
Best Regards
Hello Oleg,
Thanks. This is ok.
The only thing for me is that the rowID should be set from undefined to null and we should perform check if
we want to add a row with id = 0, then this p.rowID ? p.rowID : $.jgrid.randId()
will produce bad call of randID.
Regards
Thanks Oleg.Fixed in GitHub
BestRegards
Tony
Hello,
This is not possible. The order is exact as those from the grid.
Regards
Hello,
Try with
height :
Hello,
There are a three not documented events onClose, onSearch and onReset.
Maybe you will need to use onSearch event which fire before submitting the searcg data.
I prefer to make your date conversion at sever and not at client side.
Kind Regards
Hello Oleg,
I have made the changes in GitHub. I need to perform moree deep tests, but for now it is ok.
Thanks.
Tony
Hello,
How look your output?
The date formatter can handle this (thanks to Oleg)
You may need to look at this code
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top