Hello,
Little difficult, but not impossible:
Some advises.
You should definne a sorttype property in colModel for the searched (or all) fields.
One possible solution is to use the serializeGridData event.
In this event you can check if the serch is lunched _serach = true.
Depending on the search type (multiple/single) you can get the needed data and see which field(s) is (are) in search and then get its type from colModel and post it to the server.
Regards
Tony
Hello,
the option should be written like this
cellsubmit : 'clientArray'
and not
cellSubmit : 'clientArray'
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing#properties
Regards
Hello,
Not sure what you try to do – just see what is happen – if you call trigger(“reloadGrid”) in loadComplete – in this case you will loop endless since the loadComplete is called after the request is done and if the request is done you call trigerring the data again and again and …
Regards
Tony
Hello,
It all depends on how your data isorganized and what plugin do you use to pick up date.
In principle this is possible using this datepicker plugin
http://www.filamentgroup.com/examples/daterangepicker_v2/index2.php
Regards
Tony
Hello,
Sorry do not understand what you mean.
Regards
Tony
HEllo,
The correct solution is to use importComplete event to define the additional buttons
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods#events
Regards
Hello,
Currently this is not possible.
Regards
Tony
Hello,
hoverrows is the option, but this option can not be changed dynamically.
Best Regards
Tony
Hello strofo,
Sorry for delay.
First of all thank you for sharing the code.
It looks very interesting. We consider to add such feature in the near future.
To be a honest with you – IMHO it look a little complicated for the “End User” – maybe it should look a little simple and the most important – it should be integrated with jQuery UI Theme Roller.
Kind Regsrds
Tony
Hello,
Thank you for the translation. You can send the translation to tony at trirand dot com or push it into GitHub, so that I merge the translation in the current release.
Best Regards
Tony
Hello,
I suppose too that the output is correctly formated, but how look the same output? Is the ouput correctly set according to the grid configuration?
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data#json_data
Regard
Hello,
Whee you get this error – when the grid is constructed or when you try to obtain a data and the grid is constructed.
What is data option and where is used?
Regards
Hello,
Without a link to the problem I can not help.
Actually what you can try to do is to have a pure grid without any additional CSS and etc. – just test this in a simple page and then add the othetr thing one by one or vice versa.
Kind Regrds
Tony
Hello,
The setting shoould be loaded after locale and before grid javascript files.
something like:
..
Hello,
Thank you very much. All of these are fixed.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top