HEllo,
Since the bug can not be reproduced from me – please send a link to the problem.
Thank you
Kind Regards
Tony
HEllo,
Could you please send us the generated string, so that we look what is?
Thank you
Regards
Tony
Hello,
Ok. Thanks. Will be corrected.
Regards
Tony
Hello,
Actually this is not possible, because of using jqModal. The plugin try to focus the first input field when the dilog opens.
Regards
Tony
Hello,
Sorry to9 say this, but your code has a lot of errors again.
You have a lot of unwanted commas at end of the properies.
Please correct it.
If the problem persisst please include the development of jqGrid (source code – not the minified one)
Thank you.
Kind Regsrds
Tony
Hello,
There is a error when I try to open the link – the message is tb_init is not a function and I can not continue to check.
Regards
Tony
Thanks Oleg. Fixed.
Tony
Thanks Oleg. Forgot to fix after the changes in scroll:1.
Fixed.
Tony
Hello,
Sorry to say this, but let say you are in my place – can you please with so “much” information to locate the problem?
It wil help me a lot if code and response are available. The best is if you have a link to the problem
Kind Regards
Tony
Oleg,
Thanks again. The real fix is:
if(ts.p.grouping) {
Hello,
Since the pager is divided in three equal parts, whan you create the grid with the smaller width there is no room for the pager elements at right.
There are a lot of ways to resolve. One of them is to set a zero width for the first two parts of the pager.
After constructing the grid do :
( I suppose your pager has a id – pager)
$(“#pager_left, #pager_center”, “#pager”).width(0);
Regards
Tony
Hello,
What is the data returned from the server. Please look at page and total parameters.
Regards
Tony
Hello,
Yes this is true.
Use beforeShowForm – get the value from the first select and based on this value do a ajax and fill the second select.
We have a example in our commertial PHP component here.
http://www.trirand.com/blog/ph…..efault.php
Click on PHP Tab to see the beforeShowForm code.
Regards
Tony
Hello,
It is a big problem with this.
Please do not mix min file from 3.7 version with the file from 3.8.
Moreover the file is named grid.grouping.js and not grid.group.js as you write.
Please download the 3.8 and use the js dir for your development installation.
Please refer to Documentation here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install#development_installation
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top