Hello,
Uppss, sory for this. Right now I look into the code and we call resetFilters which clear the serch's. Should be added soon.
Sorry again.
Also one possible solution is to add a custom Button and then you can control evrething.
Best Regards
Tony
Hello,
Currently No. The problem will be solved when we have add additinal methods like addTreeNode and delTreeNode, which I consider to be added in the future.
Anothe possible solution is to reload the grid with all nodes expanded, but IMHO this is not good.
Best Regards
Tony
Hello,
Thanks. This is discussed many times here and will be available in 3.7 release.
Regards
Tony
Hello,
Humm, interesting. Will be maybe (but do not promiese) for 3.7 release.
Thanks
Regards
Tony
Hello,
This is partial true. Actually we do not clear the search parameters, but turn the search flag to false. This mean that the search parameters are in the postData object and you can use them.
Here is a trick – you can use the afterRefresh event to turn on the search to true.
…jqGrid('navGrid',{
afterRefresh : function() {
(“#mygrid”).jqGrid('setGridParam',{search:true});
},
…}…);
Regards
Tony
Hello Dmitry,
Thanks. Fixed.
Best Regards
Tony
Hello,
Check the jqGrid options and deselectAfterSort feature.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Regards
Tony
Hello,
Will check it, should be maybe with the last release of WordPress.
Regardds
Tony
Basdub,
I think that Mark is right. We should not be limited to input elements only, but to have a freedom to put what we want (this is the primary goal of the custom elements – otherwiese you can use the standart input and do evrething what you want with him)
I have put the fix provided from Mark and tested it and it seems to work. Beside from this there was another copy paste problem 
The fix is in GitHub. Will be happy if it will work for you too.
Best Regards
Tony
Hello,
Setting this
<script type=“text/javascript” >
|
1 |
$.jgrid.no_legacy_api = true;<br /><br /><br /><br />Will cause to use the following convention<br /><code><br />$("#mygrid").jqGrid("setGridWidth",800);<br /></code><br /><br />But not this<br /><code><br />$("#mygrid").setGridWidth(800);<br /></code><br /><br />Also please carfully the docs what you should do when you use this flag<br />In you page you have mixed call - some the old way , some the new.<br />Convert your calls to the new way or turn off this flag.<br />Best Regards<br />Tony<br /><br /> |
Hello Hannes,
Have tested with two and three custom inputs, but no problems. In order to resolve could you please post the code here or somewhere in the web – I mean jsbin.com.
Thank you
Tony
Hello,
@Klaus – Thanks for this and the recommendation. I will look on this right now.
@magic_pie4 – Thanks for this. Will test with your options and let you know about the result
Best Regards
Tony
Hello,
You do not have a note name in colModel. Also change the name:”name” to name:”note” in colModel and it will work.
Regards
Tony
Hello,
Thanks
Humm, I try to fix one, but it we go to another. Also the correct fix should be to have a border-bottom to a element ehere multiselect lie.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top