Hello,
Use dataInit event for that field in order to do this, but I'm not sure what will be posted to the server in this case.
Also if the dataInit is not the case you can use onInitializeForm event too.
Regards
Tony
Hello,
I suppose you try to sort on “Size” column. Right?
If this is the case – yes this is a bug and it is corrected in 3.8 beta.
Regards
Tony
Hello Oleg,
Thanks for this post.
Kind Regards
Tony
Hello,
Thanks. You can create a new file
grid.locale-en-US.js
and do the appropriate changes.
Regards
Tony
Hello,
Thanks. Should check this.
Best Regsrds
Tony
Hello,
And the last, but not the least, if you use the development version, please open the jqGrid loader and adjust the
pathtojsfiles
variable
http://www.trirand.com/jqgridw…..stallation
Please read it carefully.
If you use some old IE versions please change the following code in jqGridInclude function in the loader
FROM
|
1 |
if(jQuery.browser.safari) <br /><br />TO <br /> |
|
1 |
if(jQuery.browser.safari || jQuery.browser.msie ) |
Kind Regards
Tony
Hello,
Any test case or how look the select in this case.
Regards
Tony
Hello,
Humm very interesting.
Sorry to say this, but If I do all the test cases described from the user problems I will not have time to sleep
.
Please in order to localize the problem, prepare a exmple and send me a link. I my opinion this is not a jqGrid problem, but without proof I'm not sure about this
Kind Regards
Tony
Hello,
Just checked this config and it works for me. In order to resolve the problem a link to the problem is needed.
Regards
Tony
Hello,
@dhruv.shukla
Could You please post your grid configuration
Regards
Hello,
Thanks. Fixed.
Regards
Tony
Hello,
When and where you call this – before the creation of the grid or after.
Not sure, but if you want to set new event, maybe you will need to use setGridParam.
Regards
Tony
Hello,
Currently this is not possible. As you say you must reload the page and grid configuration.
One trick is: if you know the coulmns that should appear/dissapper you vcan just show/hide the column depending on your condition.
Hello,
Please go here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
and follow these instructions:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top