Hello,
Could you please send us a test case?
This is the event that you need, but we need to look into the other code for other investigations.
Thank you.
Kind Regards,
Will
Guriddo Support Team
Hello,
Current data in your inputs (if I understand right) or current data in grid?
You may want to use getRowData without any parameter in order to return the all current data in grid. If you have a inline inputs in the grid then you may need to use this example
Kind Regards,
Will
Guriddo Support Team
Hello,
Thank you for the bug report and demo.
The problem is fixed in GitHub
You can get the fixed build from the GitHub and test. Please let us know if it is fixed.
Thank you
Kind Regards,
Will
Guriddo Support Team
Hello,
We have investigate the problem deeper. It is a PHPExcel lib default behavior instead that we set explicit the field as number in the code – the field is created as General Number without formatting.
To fix this we have made a decision to set default number formatting (in excel options) and in case there is a need of custom one we will include a special excel formatting in formatoptions array for a particular field.
This all will be available in the next upcoming release October, 2016.
Kind Regards,
Will
Guriddo Support Team
Hello,
We will investigate the problem. Seems the problem is in PHPExcel lib. Will replay ASAP.
Thank you
Kind Regards,
Will
Guriddo Support Team
Hello,
I’m using dataUrl, buildSelect and cacheUrlData
The build of combo box depend from your buildSelect – so what you build this is set.
Can you please, post your code for building this select?
Thank you
Regards,
Will
Guriddo Support Team
hello,
The problem is the use of array driver and data. In case of number try to set the values as numbers and not as strings something like:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
array( array ( 'AccountName' => 'Example Account #1', 'ProjectName' => 'Amigurumivirkkaus', 'SubprojectName' => 'Virkkausprosessi', 'SubprojectEndDate' => '29.10.2014', 'EstimatedCost' => 100.00, 'ResourcedInvoicing' => 200.00, ), array ( 'AccountName' => 'Example Account #2', 'ProjectName' => '1036', 'SubprojectName' => 'awsdf', 'SubprojectEndDate' => '14.08.2015', 'EstimatedCost' => 200.00, 'ResourcedInvoicing' => 300.00, ), ); |
Regards
Will
Guriddo Support Team
Hello,
We understand now. Thanks we will try your solution and will let you known about what we think.
Kind Regards,
Will
Guriddo Support Team
Hello,
Can you please try our demo download with 5.1.1 and see if the problem is fixed for you?
Unfortunately the formatter does not apply to excel (it is a client side solution) export. The formating depend on current (locale) excel settings for numbers and integers.
Kind Regards,
Will
Guriddo Support Team
Hello,
I’m not sure that I understand the problem. The mentioned code is for the re-sizing marker.
Kind Regards,
Will
Guriddo Support Team
Hello,
The grid is responsive if the window width is changed.
To make it responsive inside a html element you will need just to bind a resize function to the element and change the grid width.
Suppose the grid is the id of the grid and element is id of div, then
|
1 2 3 4 5 6 7 8 |
$("#element").on('resize', function() { setTimeout(function() { var ww = $("#gbox_grid")).parent().width(); // or this can be just // ww = $("#element").width(); $("#grid").jqGrid('setGridWidth', ww); }, 200); }); |
Kind Regards,
Will
Guriddo Support Team
Hello,
Thank you for the test code. Unfortunately with this code we can not detect the problem.
In order to help we need the whole page and how it is loaded. Also if you send us a link to the problem it will be very good.
Thank you
Kind Regards,
Will
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top