Hello,
Here are the appropriate additions
http://github.com/tonytomov/jqGrid/commit/04f25977b8b3509e3d028813f71958b048d70a71
http://github.com/tonytomov/jqGrid/commit/72fd4cf8dd37b12134fe1e83609004d3fb245ea1
Hope you will enjoy it.
Best Regards
Tony
Hello,
I have fixed a lot of things. You can check the setGridWidth method.(GitHub)
For a small data set maybe is better to use lower scrollTimeout – i.e 40 -50 .
Also I will try to reproduce the case instead.
Best Regards
Tony
Hello,
Thanks. Added:
http://github.com/tonytomov/jqGrid/commit/077d0ce1d7c6a847bd60899a3b3784bbbc5d5ff3
Best Regards
Tony
Hello,
I do not think it is a jqGrid problem.
If the values are numeric try to compare it this way
if ( parseFloat(onstock) >= parseFloat(req_stock) ) {
..
}
If the values are integers use parseInt
Regards
Tony
Hello,
Create a object manually like this:
var ret = {“prop1″ : “value1″, “document.imageUploadedR”: “value2”}
then try to alert it this vay
alert(ret.document.imageUploadedR);
Best Regards
Tony
Hello,
Thanks. Will do it, but this is not the only change where we should add this.
Best Regards
Tony
Hello again,
Instead of the previous post I think that this can be achieved using beforeSelectRow event.
The idea is to determine that this checkbox is clicked and apply then editCell manually to this grid cell.
Will see how to help you later.
Regards
Tony
Hello,
I see where is the reason for this. Yes – it will only work this way. If we “fix” this we will go to other big problems.
Sorry.
Regards
Tony
Hello,
Personally I will answer -NO. Without providing a link or a page source where this is happen nobody will answer you.
Regards
Tony
Hello,
Sorry this is not a bug, but a way that jqGrid work. jqGrid is not a Data Base server, but a component which display data in tabular manner.
In order to do this you should have two fields in the grid, one visible and not editable for display, another hidden, but editable
Regards
Tony
Hello,
What is the value of the dummyRow?
Be a sure that this value is not empty or not duplicated.
Regards
Tony
Hello Klaus,
Regarding resizing bug – could you please post your grid configuration (or provide a link) so that I can look into this.
Thanks
Tony
Hello,
Thanks. Fixed in GitHub
Regards
Tony
Hello,
Could you please provide a link to the problem, so that I can look what is happen
Regards
Tony
Hello,
one possible solution is to use join to join the values and then server side to use some other function to explode the values at server – in php this is the function explode
var m =
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top