Hello,
Â
I have fixed the problem in GitHub here.
Please let me know if you have difficulties to run and test the fix
Â
Kind Regards
Hello,
To fix the problem you will need to use summaryRound and/or summaryRoundType in the colModel definition.
See here.
Regards
Hello,
Searching in tree is a not standard task. It require to find all parent and descendant nodes of the searched item.
You can make your own searching procedure start from here
Hello,
Please consult the docs – see colModel options.
Regards
Hello,
Currently we do not support this.
You should generate the colModel Dynamically and then put the data depending on this colModel.
It is not so simple as you say – it is a very difficult to do.
Kind Regards
Wow I need a days to understand this. The code is a complex with too many functions.
Of course if the column is hidden it stays on position where you hide it.
Kind regards
Hello,
I do not know from where come this parameter:
‘_=1405696486272’
but the parameter
‘nd=1405721700853’
is generated automatically from the grid. The availability of this parameter was the old IE version which caches the result when a new request is made without changing the parameters. Actually you do not need to add these.
Kind Regards
Hello,
I wait for the fix too, but there is no response. Will try to see what mean @helios456
Kind Regards
Hello,
See the docs for how to build select.
Also in editoptions there is a option defaultValue. You just need to look into the docs – see editing.
Kind Regards
Hello,
In the current implementation the other data set with setGridParam stay the same – i.e the data is not overwriten.
Today I added second parameter which sent to true will overwrite the data previous data
See the addition here
Kind Regards
Hello,
As far as I understand the requierment if your data is loaded from the server you can use beforeProcessing event.
See jqGrid events in the docs.
Regards
@Oleg I will try to see the patch, but IMHO the source code is too much for this.
As always thank you for the support and invaluable experience with jqGrid.
Best Regards
Tony
Hello,
If you do not use autoWidth does the problem persist. The problem is that when autoWidth iis on the grid try to get the width of its parent container and since it is 0 (hidden) there is a problem.
You can solve the problem if you set some initial width and after you show the div get its width and set it to the grid using setGridWidth method – see docs.
Regards
Hello,
There is a not documented option recreateFilter – set it to true. The option should be set in navGrid (if used) where the search options are placed.
Tghis option recreates the filter every time and reread the colmodel options from the colmodel.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top