That will be added in the next release
Thanks
Regards
Tony
Hi,
Thanks for this issue. I will check it
Regards
Tony
Hi Ton,
This is really strange for me too. Do you have a link where I can check this strange behavior?
Also do you have any special content in the cell?
Thanks
Should work. If you use FF please clear the cache and reload the page
Or if you use the new module for posting data you can request a url parameters:
$(“#list”).getPostDataItem(“_search”),
note the diffrence of getGridParam
$(“#list”).getGridParam(“search”)
Regards
Tony
Sorry it is a typo
the right is $(“#list”).getGridParam(“search”)
Hi,
Since of the 3.1 version you can do that very easy – just use getGridParam- in you case you can do something like this
$(“#mygrid”).getGridParam(“searchdata”)
this will return array with the values that you want
$(“#mygrid”).getGridParam(“_search”)
will return true if the search is actiwated
🙂
Hi,
Thank you very much for reporting this issue.
Now I will add this dynamically in the next release
Regards
Tony
Hi,
You can read this:
http://www.trirand.com/blog/?p=16#comment-336
and the next comment too.
I will be very interested if you can integrate this plugin with jqGrid.
Regards
Tony
Ok,
I will download all the components and test them with jqGrid
We a near to solving this 🙂
If you have FireBug installed, please see in the console what is returned from the server? I think that the problem is in php file. See what is posted to the server. If you want to search with (begins with,ends with, contains) on numeric fields this will not work – you should refine the script
You need to do fine up your php script. Idea of haw to do that can be found in server.php file provided in the demo
Regards
Tony
Hi,
Maybe you need to include a jqModal.js and jqDnR.js in your page. I have missed this in documentation. It will be corrected. Do not forget to include a jqModal.css file too. If you have any problems, please let me known.
Regards
Tony
Mybe you should run not example.php, but jqgrid.html to work this 🙂
I will help you. I’m interested on this too. If possible provide me a link or tell me which UI components do you use
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top