Hello,
The first that I can recommend you is to call resizing of grid with delay in colMenuColumnDone – i.e use setTimeout and within function resize the grid.
Kind Regards,
Will
Guriddo Support Team
Hello,
You have a lot of choices depending on your requirements.
1. You can expand all subgrid rows after reloading, sorting, paging and etc if you use the grid option reloadOnExpand in subgrid options. This is documented here
2. You can expand or collapse a particular row by ID using the appropriate method (after the data is loaded). All these methods are documented here.
In your case this is a method expandSubGridRow( row_id )
Kind Regards
Will
Guriddo Support Team
Hello,
I can not reproduce your problem.
Below a link with two standard grids and standard bootstrap tabs.
For me there is other problem, but rather this problem is caused with the definition of the bootstrap tabs and their properties.
I will try to investigate the problem.
Kind Regards,
Will
Guriddo Support Team
Hello,
Thank you for posting this issue.
Since in the details is the difference – can you please let us know which version of Bootstrap is used?
If possible can you please let us know your initial setup of modules and css frameworks used, OS, browsers and etc
We will try to reproduce the problem.
Thank you.
Kind Regards,
Will
Guriddo Support Team
Hello Kris,
Sorry for delay in replay.
Maybe this article will help you with this. If this is not the case, please let us know.
Kind Regards,
Will
Guriddo Support Team
Hello,
Do you have try to use the documentation?
Maybe this will help
The same apply for addJSONData. See the note.
Kind Regards,
Will
Guriddo Support Team
Hello,
In your example you colModel with the subgrid has 4 columns, but your remap contain 3 columns. To do what you want your remap setting should look like this:
|
1 2 3 |
var aReorder=[0,2,1,3]; $("#gMain").jqGrid('remapColumns', aReorder, true) |
Kind Regards,
Will
Guriddo Support Team
Hello,
You have the answer in the stack-overflow. Please respond in order to help us identify the problem.
Kind Regards,
WIll
Guriddo Support Team
Hello,
As I say in my previous post, this is very difficult to debug and find the problem. Currently we can not give you any resolution of the problem.
Kind Regards,
Will
Guriddo Support Team
Hello,
Which method do you use to add a node and how you do this?
Can you please post the grid setup and a way you try to add a node?
It is very difficult to reproduce every user setup.
Thank you
Kind Regards,
Will
Guriddo Support Team
Hello,
Please look at our site – Menu Support – sub-menu Download.
Regards,
Will
Guriddo Support Team
Hello,
Unfortunately checking this problem, which is really very very specific, is difficult.
Debugging in smartphone is really heavy task.
We will try investigate the problem, but it will be not very quick and we are not sure abut the result.
So if you try with version 5.5.5 does the problem persisst?
Regards
Will
Guriddo Support Team
Hello,
Thank you for this note. This is true.
These settings remain to the time when the viewGridRow was created form the editGridRow and was not changed. We will fix this introducing viewrules property.
We do not find your recommendation for common viewable options flexible. Suppose there is information like password and etc, which in your case will be displayed to the user. It is more flexible to have separate options for any field.
In case there is a need to set this at once a cmTemplate options can be used for this purpose.
For the second question – the data field in view dialog has a class form-view-data, which property white-space is set to pre. Setting this to normal will do what you want
|
1 2 3 |
.form-view-data { white-space : normal; } |
This will set it for all fields. If you want to set it on particular field only use the id which is combination with prefix v_ plus the name from colModel
|
1 2 3 |
#v_CustomerName { white-space : normal; } |
The label field is controlled with the class: form-view-label.
Kind Regards,
Will
Guriddo Support Team
Hello,
If I understand correct – Android browser means browser on android smartphone – is this correct?
Regards,
Will
Guriddo Support Team
Hello,
Can you please give us a working example and on which phone is this on which Android OS is this? – there is a lot of unknown information in order to solve the problem.
Please note that Guriddo jqGrid is not fully compatible with mobile devices.
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top