Hello,
Not sure I'm clear with this bug and that this is a bug in jqGrid.
It can be a bug in tooltip – right!
Regards
Hello,
In your code in grid options just add
recordpos :”left”,
The record pos is default at right and it make some confusions.
Enjoy
Kind Regards
Tony
Hello,
In onSelectRow (which is used from you) we pass 3 parameters
onSelectRow ( rowid, status, event)
If you want to cancel the edit if the right button is clicked you can do
onSelectRow : function( rowid, status, event )
{
Hello.
I have added a option selectOnCollapse in subgrid options which when set will select the row when it is collapsed.
Also it will be available in the new version, whch is suppopsed to be released today.
Regards
Tony
Hello,
Thanks. Will fix it.
Regards
Hello,
The very simple test is just to add this line before the if and see the result.
page = parseInt(page,10);
if (p.lastpage && (page > p.lastpage || p.lastpage===1 || (page === p.page && page===p.lastpage)) ) {
Hello,
Thanks for the opinion.
Especially for the count I do not agree. Suppose we want to count string, then it is very natural to count all one.
I Have fixed this in git hub.
Regards
Hello,
Thank you very much. Yes, I confirm this is a bug in getCol method.
We do not consider in avg the first row which should be excluded.
About the case if the cell value is ” ” I think that in this case we should interpret it as 0.
What do you think about this?
Regards
Tony
Hello,
I do not think that this is the right way to do this.
Please try with defining the event when the subgrid is created.
Regards
Hello,
Usually postingg the code will help you to.
Kind Regards
Hello,
Thanks for sharing the solution.
Kind Regards
Tony
Hello,
First of all thanks for the investigation.
I'm not sure that this is true:
page comes in as a string, while p.page and p.lastpage are numbers, so the triple equals in that last
If you look into the code some lines above you will notice that the page when set is always integer.
It can be possible that some other components are not set correct.
It is very difficult to fix bugs when scroll is set to 1, since every case is uniquie at the client – CCS styles, grid configuratiin, server data and etc.
Can you please provide me a link to the problem using the jqGrid source and not min file?
Thank you very much
Kind Regards
Tony
Hello,
This is already discussed and I think how to solve the requirment.
Regards
Hello,
The subgrid has uniquie ID.
How you bind this event?
Are you sure the you bind it to the right jqGrid existing id.
Regards
Hello,
Thanks for sharing this.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top