Hello,
Thanks. This is a known problem and it wont be fixed.
The reason for this is that when we are in scroll:1 we get the height of the first row and based on this we calculate how many place we need.
This calculation is not very effective, but I can not find other good way to calculate how many room we need.
Hope you understand what I mean.
In order to resolve remove the height auto.
Best Regards
Tony
Hello,
First of all thank you very much for the investigations and recommendations.
I'm ready to do this, but imagine that you have two grids on the same page. It is quite possible thet both have same id,
in this case the collapsing and expanding maybe will not work, becouse it will depend which id will be find first.
Will see how to improve this.
Best Regards
and thanks again
Tony
Hello,
It is not a bug I think, but a way that Safari and Chrome works.
Also could you please post the exact code which you retrieve from server to build the select.
What you try to do first – add or edit or there is no difference?
Best Regards
Tony
Hello Jack,
Thank you. I have try to do what you describe, but it seems that I can not reproduce this.
Could you please descripbe this in more detail using the demo here:
http://trirand.com/blog/jqgrid/jqgrid.html
Best Regards
Tony
Hello,
Thanks. Fixed.
Best Regards
Tony
Hello,
Thank you. Fixed.
Regards
Tony
Hello,
1. I see datatype as function in your code. This means that you made your own ajax request. Until this request comme to the grid they is already destroyed. That is: the request (data) is in your memory not knowing where to go.
The real test is:
Sorry edit:
In the succes (or complete) event in your ajax request call the GridUnload after a delay.
Regards
Tony
Hello,
Thanks.
Mybe you will need to do
rowNum: 10,
rowTotal : -1
according to the examples for obtaining the data at once and manipulate it locally,
or change the rowNum to value greater than -1 after the grid loads.
Regards
Tony
Hello,
Thanks, since the local search is relative new feature we will see how to add this in the future releses.
Best Regards
Tony
Hello,
No there are nothing tochange when a XMl is used. Also just have tested with local file and it works ok.
Best Regards
Tony
Hello,
Yes a lot of thing are changed. The first, prev, next last just exixsts.
If you just want to disable all the pager stuff:
If your pager buttons are in the center then you can jus
$(“#pager_center”, “#pager”).hide() // or show()
Where “pager” is the id of the pager
Regards
Tony
Hello,
I think tha the error speak yourself.
It seems like you do not have the appropriate version if jQurery UI, or you have the latest one, but these lines causes
the problem.
So in order to summarize – which version of jQuery UI is used?
Which modules contain this version?
Do you need to include these listed above?
Regards
Tony
Hello,
I think yes this is possible. In on dblClick row use window.location = “another url” and you will go to anothe page
Regards
Tony
Hello,
Currently not possible, but you can use searchFilter as separate plugin, where you define your own model and apply it to the grid.
Regards
Tony
Hello,
The grid can not be defined as div, but as table.
Your content maybe (not sure) can look like this
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top