Hello,
I’m not sure that I understand the requirement. Can you please explain it in detail?
Thank you.
Kind Regards,
Hello,
jqGrid is a pure PHP script and it can be used in any Framework including laravel, doctrine, symphony and etc.
Kind Regards,
Hello,
Since we use PDO ther is no diffrence when using PostgreSQL with PDO.
There are some steps you need to follow.
1. Be a sure you have installed pdo_pgsql and it is working.
2. Connect to the PostgreSQl using DSN like this :
http://php.net/manual/bg/ref.pdo-pgsql.connection.php
Test the connection and if it is ok you are ready to use jqGrid.
Please let me know if you have difficulties using PostgreSQL.
Kind Regards,
Hello,
One possible solution is to use subGridBeforeExpand event. If this event return false the subgridRowExpand and respectively populatesubgrid are not raised – i.e nothing happen
Regards
Hello,
Thank you for this question. Your English is fine.
We have do Bootstrap integration. You can see the example in our demo page under the section Integration here
The solution is not perfect and we have do a bit more for the upcoming 4.8 release.
My suggestion is to wait a little (middle of April) when the Guriddo jqGrid Mobile version will be out. Both versions (Desktop and Mobile) will be compatible so you should not worry about if jqGrid is responsive
Best Regards,
Hello,
I have tested your test case.
Everything is working fine. Note that you should the jqGrid javascript from your licensed copy. Any other script will maybe not work due to some problems, which we detect using your demo. Here is your build. Not all functionality work, but the onPaging raises when the pginput is changed. Demo here
Kind Regrads,
Hello,
The select is build when the form is loaded and expect a data from dataurl.
The content is filled with the options tags and not with the whole select – i.e if the response is
|
1 2 3 4 |
<select> <option value='1'>Value</option> ... </select> |
We get only the option tags omiting the select.
As for the loading image:
You can try with ajaxSelectOptions and build select.
The idea is to set ajaxSelectOptions with beforeSendRequest (begin of text loading) and use buildSelect to format your data and then hide the loading message.
Note that buildSelect should return the same select as from the response in order
More you can find here: and here
Kind Regards
Hello,
There is nothing from you in our support mail
Since you do not have send us the requested mail whith is returned we can not fix the problem.
Please send the grid setup to support@trirand.com
Kind Regards,
Hello,
First of all the link provided here is broken.
I can not understand exactly your requirement- you want to have not grouped rows, but in the sane time these “non groped” rows should have group header.
When you apply a grouping to some criteria it is applied to all data.
You can modify your response so that the data that you want not to be grouped to have a certain value in the grouping criteria. If you know this value you can maybe use gridComplete to color your grouped and “non-grouped” rows.
Kind Regards,
Hello,
Thank you for the correction about the default zIndex of jqGrid edit form.
I should first look and then write.
Kind Regards,
Hello,
At first look in this widget I see that the default zIndex is 10, which causes this problem. jqGrid edit dialog (if I remember right has a zIndex between 400 and 500). In order to solve the problem you maybe can try this:
|
1 2 3 |
onInitializeForm: function(form) { $("#startTime",form).ptTimeSelect({zIndex : 800}); } |
Kind Regards
Hello,
The event is defined and it should be raised when a enter key is pressed in the input.
The appropriate value passed to it is named user.
In is highly recommended in the future to post the whole jqGrid setup.
Kind Regards,
Hello,
Try to use the rdata parameter and not the rawObject.
Regards,
Hello,
Yes we have plans. Currently we are in negotiations, but not sure what will be.
Kind Regards,
Hello,
Thanks for the feedback.
In order to put only data in client you will need to set the editurl to ‘clientArray’.
Usually if you reload the grid the data is ordered depending on the sort order.
It is possible in this case that your row is not shown in the view.
Simple do not reload the grid in this case and your row will appear at first place.
It will be interested to us to know how you resolved the problem.
Thank you.
Kind Regards,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top