Hello,
jqGrid has a port to adodb, so you can use adodb firebird driver in jqGrid.
Here is a adobd example
Kind Regards,
Hello,
Glad to hear that it is working for you.
You can use groupView options, but setting groupField array with a different order field than in xDimension will bring unexpected result.
With other words groupView options can be used, but without groupField array.
Kind Regards,
Hello,
The problem your describe has many aspects.
1. You do not need to put a full grouping options in pivot grid.
The reson fro this is that the sorting of the final pivot data is done before you set the grouping options.
2. You will need to remove isGroupField or set it to true and remove groupingView options.
3. The sorting problem is not in jqGrid, but in your data.
If you try to sort the strings G01_XX->G01G11_XX->G01G12_XX->G01G13_XX->G01G14_XX
you will notice that the sorting with upper cased fields is diffrent with lower cased string.
4. I have added following in the pivot
– ignoreCase options to ignore the case sensitive sorting
– in xDimension I added sortorder and sorttype of the sorted field.
Here is your demo with the new build
With other words – remove isGroupedField and droupingView options and set ignoreCase to true in pivot options.
Enjoy,
Hello,
Sorry for the late answer.
Please check what you have with this line in the code in beforeShow
|
1 2 3 |
... sv = jQuery("#code2").jqGrid('getCell',sr,'code1'); .. |
This is true since:
|
1 2 3 4 5 6 |
if(sv) { // recupere la valeur du second dropdown jQuery("#code2",formid).val(sv).removeAttr("disabled"); } ... |
Before the if(sv) you can
|
1 2 |
console.log(sv); if(sv) |
to see the variable. You can then compare it with what you have in the select
Kind Regards,
Hello,
Currently there is no Firebird jqGrid driver.
Do you think serious that you will use jqGrid with this driver?
We will investigate this (Firebird PDO PHP driver before some time was really useless) and will let you know.
Kind Regards,
Hello,
Thanks for the feedback.
Until we investigate the problem, please create a new post – new problem -> new post.
Kind Regards,
Hello Chris,
I have included frozenColums in loading the state. You can get the build from GitHub.
Please let us know if it is working ok for you
Thank you.
Kind Regards,
Hello,
Yes this is the step.
Do not forget to clear your browser cache. This is very important.
The date of the downloaded file should point August 19, 2015 – i.e 2015-08-19
Please let me know if this solves the problem.
Kind Regards,
Hello,
For me this work fine.
Not sure what you have downloaded.
Did you have clear the cache?
Here is your demo (1:1)
Kind Regards,
Hello Chris,
Thanks.
About the new release – let collect other bugs and ideas and we will publish it at end of this month.
Kind Regards,
Thenks,
I see it is a full javascript. Will replay ASAP.
Kind Regards,
Hello,
Thanks for the feedback and glad to hear that everthing is working as expected.
Not sure, but you may need to install FireBug in FireFox to do this.
This point me that I can develop some other methods like
isGridinStorage, clearStorage, storageCapacity and etc.
I will think exactly what is need to be added.
Kind Regards,
Hello,
Thanks – I will try to analyze the code instead that I do not understand Java.
Will replay to you soon
Kind Regards,
Hello Chris,
I apologize for the missing code which should bring this in action.
This is the fix
You can download the fixed version again from GitHub.
Please, let me know if there are problems or not.
Kind Regards,
Hello Marv,
Thank you for remind us that we should in most cases save the existing behavior .
Kind Regards,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top