Hello,
How do you destroy or recreate the grid?
Be a sure that your saved rawData exists before to put it back to the grid.
We highly recommend you to show is with working demo the problem.
Thank you.
Kind Regards,
Will
Guriddo Support Team
Hello,
I’m not sure that I understand the problem.
Can you please explain it more detailed?
What mean “after the content change by another grid?”
If you are in edit mode the screen is locked and you can work only with the current record.
Did you mean if another user changes the shared data?
Please explain more detailed.
Thank you.
Kind Regards
Will
Guriddo Support Team
Hello,
Thank you very much for sharing the solution. We will fix the demo.
Kind Regards
Will
Guriddo Support Team
Hello Kris,
Thank you for the questions. Below the answers.
Te above can be done like this (after loading the jqGrid javascript file.
1 2 3 4 5 6 7 8 9 10 |
<script> ... var newst = $.jgrid.styleUI.Bootstrap5.base; newst.headerTable = "table table-bordered table-sm"; newst.rowTable = "table table-bordered table-sm"; </script> |
Maybe you will need to add the same for other definitions. See the Bootstrap5 class definition object in the source.
Kind Regards,
Will
Guriddo Support Team
Hello,
This can be done per column using the excel_options property in format options.
When set it should contain a formatting string as it is in excel cell. In your case this can look like this.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
$grid->setColProperty("PPN", array( "label"=>"PPN", "width"=>155, "editable"=>false, "formatter"=>"number", "formatoptions"=>array( "excel_format"=>"#,##0.00" ... ), "align"=>"right", "search"=>false, "width"=>85, "summaryType"=>"sum" )); |
Kind Regards,
Will
Guriddo Support Team
Hello,
I have noticed one problem in your link (of the first post).
The link you provide begins with https , but trirand.com does not support https, it uses only http.
Please check this in the future.
Kind Regards,
Will
Guriddo Support Team
Hello,
We do not have found any issue last days.
If you have any problem again, please write to the support team, so we can check this at time.
Just to note, that you as licensed user have the full docs included in the downloaded package. They can be installed in minute and can be used in case there is a problem with the internet.
Kind Regards,
Will
Guriddo Support Team
Hello,
We have added some new features. In filterToolbar you can disable the down key by adding it in disabledKeys option.
1 2 3 4 5 6 7 8 9 |
$('#jqGrid').jqGrid('filterToolbar',{ disabledKeys : [40] }); |
Regards
Will
Guriddo Support Team
Hello,
We can not reproduce the problem. Please post your code or provide a link to the problem.
This demo uses toolbar search, but we can not see the problem.
Regards
Will
Guriddo Support Team
Hello,
We can not reproduce the problem. For us it is working as expected.
Please refer to the similar demo here
If you continue to have a problem, please send to the support a working example, which demonstrates the problem.
Thank you.
Kind Regards,
Will
Guriddo Support Team
Hello,
Thank you for the question.
The reason that we do not update our lib to the new PHP7-8 paradigm, is the fact, that a lot of our customers use still version PHP 5.x.
This year our plan is to update the software with the new PHP8 and replace some old libs used for export – i.e PHPExcel with the PHPSpreadsheet.
Our plans is to have the first beta at end of April 2022. In case you want , you can participate in our beta program for testing (available only for users with active subscription)
Kind Regards,
Will
Guriddo Support Team
Hello,
I’m not sure from where you have these links, but the official documentation page links is located here
These links work for us. If you use proxy or any other firewall software, be a sure that you have access to these links.
Kind Regards,
Will
Guriddo Support Team
Hello,
I highly recommend you to start reading the documentation for the ariaGrid. You can find it here
You can also read more about Excel like grid, which extends the ariaGrid. The docs for this are located here
Kind Regards,
Will
Guriddo Support Team
Guriddo Support Team
Hello,
Glad to hear that you jhave solved the problem.
Instead of this there was a bug in our code.
The fix is in GitHub , and you can test the behavior. The fix will be available in the upcoming release.
Kind Regards,
Will
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top