Hello,
First I think you should not check
if( rows != null) {
…
}
when you get the selected rows in multiselect mode, but rather the checking should be
if( rows.length) {
…
}
Second – yes you should do your custom ajax in this case.
Best Regards
Tony
Hello,
Will see what can be done. Basically you can look at populateVisible function – I mean after the statement
HEllo,
I think that this is possible using formatters
Regards
Tony
Hello,
You put these options in the wrong place. Please read carfully the docs
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:toolbar_searching&s=autosearch
These are parts of filterToolbar and not a part from colModel.
Regards
Tony
Thanks Oleg!
Yes this have sence, and I hope to work on this in the near future. Moreover I want to go a little deeper – I want to add a addtional column
Hello,
Thanks.
Best Regards
Tony
Hello,
Thank you very much. Added.
Sorry, but I can not comment the translation since I do not speak and write Hungarian 
formatter.idName is a property which is used in showLink to set id name when you click on the link – i.e we add this to the link.
Best Regards
Tony
Hello,
Thank you. This have sence. Fixed.
Best Regards
Tony
Hello,
Yes the bug is fixed.
Best Regards
Tony
Hello,
Thanks. I see this and can reproduce it. We need to investigate the problem deeper and fix it.
Best Regards
Tony
Hello,
Your example work perfectly in my demo system.
The only change that I have mage is this:
Hello,
I do not see the code where the filterToolbar is defined.
Note that the filterTollbar searching in local mode works only when the parameter stringResult is set to true. See the 3.7 Beta demo.
Regards
Tony
Hello,
If you add
sortname: “Some valid from colmodel name”
you will not have a problem. The fix is in another position of the code.
Will try to test it.
Thanks.
Best Regards
Tony
HEllo,
As I say in my previous post
scroll:1 is not supposed to work with datatype function
Best Regards
Tony
Hello,
I'm not sure if this is the appropriate fix.
Could you plase post your grid setup and all code related to it.
Thank you
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top