Hello,
Thanks
Usually the div with the modal is created(inserted) after the grid div.
in thos case if you remove the panel then the alert modal should be removed too.
So you can remove this one or simple remove the element with id = alertmod_ + the id of the grid, but …Â this is a problem and I have fixed it. In the next version you can use
GridDestroy
Â
method which removes the alert modal too.
Â
Thanks
Â
Kind Regards
Hello,
Â
The pivot grid is a diffrent job.
The main purpose for this grid is to diplay the data in diffrent manner, but to to update it.
Note that the rows in the source are converted to columns and in this case the update of the right table is not possible.
Â
Kind Regards
Hello,
Â
This is quite possible. Please use the version from the official download.
Â
Kind Regards
Hello,
Â
Ok. It is interesting to know if you have solved the problem.
Â
Kind Regards
Hello,
Â
You can use defaultValue search option – see docs.
Â
Kind Regards
Hello,
Â
If search or sorting is server side you can styl change a little bit your code so that the accepted parameter id is converted to something.id
Â
Kind Regards
Hello,
Â
As far as I understand you try to make depened dropdown in search toolbar.
Using dataUrl is way to build the selects only once when the search toolbar is created.
I think you will need to bind a change event to the first dropdown on which when the values is changed to will the second with the needed values.
You can use dataEvents option to do this – see the docs.
To grab the second select element you should know that the id of this element is a combination of gs_ plus the column name.
Â
Kind Regards
Hello,
Â
Can you please put a link to the problem or post your code?
Â
Regards
Hello,
You may search this forum for answer.
Without showing your code nobody will try to help.
Kind Regards
Hello,
Â
Thanks for the feedback and let us know.
Yes jqGrid need to have unique ids. key:true is recommended approach for this purpose.
Â
Kind Regards
Hello,
You can see the data in colNames when you get them to the server and before to put them in the jqGrid.
I thing you should every time the button is clicked to remove the grid, create it again and apply the setting.
Â
Regards
Hello Oleg,
Â
I have put your code for columnChooser in the official release.Â
Many thanks for this.
I have not minclude the other code for auto resizing columns I
Â
My Best Regards
Tony
Hello,
Â
Do you see the file in other content?
Try to show the picture in a div outside jqGrid?
Do you have any limitations on server regarding image files?
Â
Kind Regards
Hello,
Â
Thanks. It seems to me you are right. The problem is fixed in GitHub.
Â
Best Regards
Hello,
Â
There is nothing special on this.
 I recommend you to use jQuery UI Dialog
Try first to include a simple content with this dialog and the replace this content with the jqGrid content.
Â
Kind Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top