HEloo,
Which version is used.
Try to use the latest one. This problem is fixed.
Regards
Hello,
In your case you have set 5 records, but your definition in colModel has 6 fields.
Pleadse read this carefully:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data
Regards
Hello,
It seems like the inline edit is discussed here – is this right?
1) There is a method named addRowData – this method add a row into the grid, but not into the server.
The scenario can be something like this.
add a row using addRowData (see docs) – since you know the id of the added row then you can use immediatley editRow with special parameter to add a row on server when user press enter or save button.
2) there is a method named delGridRow – see documentation
P.S. You can use
HEllo,
It seems like you have replaced the JavaScript files, but you forgot to replace the CSS file.
Regards
Tony
Hello,
Sorry to say this, but this is a bug in jQuery clone function in IE7
http://dev.jquery.com/ticket/4417
when it is applied into the select element. This actually we do into the code.
Seems the bug is not corrected.
Kind Regards
Tony
Hello,
Not sure, but maybe you will need to post your problem here:
http://www.trirand.net/forum/default.aspx?g=forum
Kind Regards
Tony
Thanks
Tony
Hello Oleg,
Thanks for both bugs.
I will correct these. The formatting will be ok, the problem is with sorting where we have two possible solutions
1. The develloper should point the type of the column – i.e number/date/string/ …. this will be the eystest way (I think that in this case the sorttype parameter in colModel should be used.)
2. Autodetect column type which is the most harder way. I prefer the first one and maybe I will implement it.
As for the groupDataSorted – this is true – all the things go to the server.
Kind Regards
Tony
Oleg,
The last comment in your last post is the most important think 
Kind Regards
Oleg,
Thanks. I think that the lines in 3.8 are OK, since you missed in the response the empty array. – i.e in your example we have
{“page”:1, “records”:0, “total”:1}
but I think it should be
{“page”:1, “records”:0, “total”:1, rows:[]}
What do you think?
Kind regards
Tony
HEllo,
Thank you for posting the code. I will check it and let you know.
Regards
Tony
Hello,
Not sure what you mean. The defaultValue when set is a variable which has certain value. If you set defaultValue with varaible which changes dynamically maybe you will need to use beforeInitData event to change the defaultValue dynamically using setGridParam method.
Kind Regards
Tony
Hello,
Interesting – I will look at this. Thank you.
Best Regards
Tony
Oleg,
Thanks again. Not sure why this happen, because I'm sure I have corrected this in a way that I have write it in my previous post
Instead the problem is Fixed. We will maybe realease 3.8.1 soon.
Thank you.
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top