Hi Jay,
I am not sure that I understand you correct. Do you use reloadAfterSubmit:false? I change some default values with
jQuery.extend(jQuery.jgrid.edit, {
Hello Trober!
It is something difficult to answer on your question because you don't post the code. The afterSubmit is nice if you want to change something in the server response before the data will be added to the grid. On the other side from the same reason the function is not a good place for the row selection.
I would you recommend to use
Hello!
About one
Hello!
You should use
Hello!
It seems to be a small dubs in grid.jqueryui.js. The functions accept (line 385) and drop (line 393) will be called not only in case of drag&drop of jqGrid rows, but also for the drag&drop of the rows from the column chooser dialog. So I suggested to replace the lines 386-386
Which version of the jqGrid you use? Could you post the test JSON data which you receive from the server (you can use Fiddler or Firebug to catch the data).
I would you not recommend to use datatype as function. If was
You should better always post a code example. The answer on your question depends on many parameters. Do you use local data of remote data? (Is datatype is “local”, “json”, “xml” and so on?). Which version of the jqGrid, jQuery, jQuery UI you use?
Hi!
In general the filtering of data work with jqGrid and jQuery 1.4.1. See this example. So if you have a problem you should post the full code which can be used to reproduce the problem.
Best regards
Oleg
Thank you very much Tony!
The usage of searchoptions:{ sopt:['eq'] } can solve my problem. Nevertheless it would be better if in a new version of jqGrid, the search option sopt:['eq'] will be set as default for all edittype:'select'.
I has by the way the same problem as described before with two select values which used pure string contain (without formatter:'select'). The name of one select entry war a part of another value (like “Exist” and “NotExist”). So I had to use sopt:['eq'].
By the way I finished the project and will be seen next time more frequently in the jqGrid forum.
Best regards
Oleg
Hi
Look at this old answer. You should just reset the datatype to “local” before reloading of the grid.
Regards
Oleg
Moveover
Hello!
You used before wrong JSON data. Corresponds to http://www.json.org/
Hello!
The bug is already reported. Look at here for the detail description and the description of the workaround.
Best regards
Oleg
jqGrid extends $(“#list”) with some additional elements to find easyer some divs which it create. About hDiv look at my old answer and another one.
About problem with IE6 SP2 with Citrix it is different to say something because I have no such environment. Moreover you don't post nothing more as a screenshorts. I can cot find a bug looking only on thescreenshorts.
Try to use the developer version of jqGrid an debug a little.
Best regards
Oleg
I am not sure that it is possible. Try to use some public web provider like https://sites.google.com/.
Best regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top