Hello Oleg,
Thanks. Fixed.
Regards
Hello,
This is possible. I recommend you to use navButtonAdd method. See docs on how to use it.
You can use jqGrid or jquery modal functions to open your form.
A simple example is in our demo
Open New in version 3.2 and then Custom Button and Forms
Regards
Hello,
Thank you very much for this recommendation.
I too think – it is a really usefull.
I will try to include it in the next release.
Thanks
Best Regards
Hello,
We have answered you already.
Regards
Hello,
Sorry to ask, but I do not understand what you use
Simple subgrid or subgrid as grid.
We have examples in our demo page , but all of them are in xml data source.
If you use simple subgrid you will need to look at jsonReader.subgrid
see docs for the readers.
If you use sugbrid as grid there is nothing special the subgrid grid is just regular grid.
Please let me know what you use so that I eventually can help.
Regards
Hello,
I'm not sure I understand the problem.
Can you please explain us again more detailed?
Thank you
Kind Regards
Hello,
The first that I can recommend you is to use the documentation here.
Of course the docs are not perfect.
You can use this forum to search a certain problem.
Another good resourse is StackOverflow where we have a very active community.
And the good news – Currently a jqGrid book for beginners is prepare.
Not sure when it will be available, but I hope this will be very soon.
We will inform our users here when it will be published.
Kind Regards
Hello,
This is possible and we have used this scenario in a lot of projects.
When you need to customize is:
1. Add a button near to the field – every input field in the form has a id and name get from the name of colModel
2. Use jqGrid modal functions or jQuery UI modal one in order to call the second grid in it.
In this case you will need to pay attention on the zIndex of the forms.
All other things are standard.
Regards
Hello,
This is not a issue, currently footer rows are not supported when frozen columns are on.
See Limitations
We plan to add this in the next releases
Regards
Hello,
Please look at editrules editing option – especially edithidden property.
Regards
Hello,
The asnswer is not exactly yes or no.
As you know we use jQuery UI Theming in order to provide professional look of the grid and all its components.
You can also change the colors icons and etc.
You can change the order and grouping of the fields (see demos).
But if you want to have a full control of the form – this is not possible in the current release.
You can also call your own form when you click a custom button in the pager.
In this case you will need to do all the thing about posting and etc.
For this purpose we have created some helper methods like FormToGrid and GridToForm – see these methods
in the docs.
Hope this is enought as starting.
Kind Regards
Hello,
There is not documented option in Navigator search options.
Try to set recreateFilter to true – i.e
…
jQuery(“#navgrid”).jqGrid('navGrid','#pagernav',
{},//options
{},// edit options
{}, // add options
{}, // del options
{recreateFilter :
Hello,
In which brower is this. I can
Hello,
Thank you. I have fixed the problem.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top