Hello,
You may need to look at rowattr event to add a row attributes. The docs are here
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Did you have chance to look at our new demos here
We have a similar example here
Please let us know if this is exactly what you need.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
PHP functions can not be run with JavaScript. To do this you will need to use ajax.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Please look into your generated code what you have. You can use the FireFox or Chrome console for this purpose.
Please, check if you have a error. The very simple test is to put a simple alert of place of datepicker.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Currently we will include only the jqChart PHP driver. Currently Guriddo does not have OEM license to distribute the Highcharts JavaScript products.
The support is valid for the existing customers having jqChart.
We will try to include highchart products in the future, but it is unknown.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Thank you very much for the issues.
1. The demo is fixed. It was a bad link in the index file. Thanks.
2. This is planed not only for the search box, but also for pager and etc. It is not in the upcoming release, but we started a future investigations on how this should be made
Thank you
Kind Regards,
Bojan
Guriddo Support Team
Hello,
It seems you do not look in the right demo.
Please look on the Guriddo Demo here
Open the hierarchy tab and run this example
Also it is a good idea to look into the documentation
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Thank you for the feedback.
Kind Regards,
Bojan
Guriddo Support Team
Hello,
It seems you have mixed versions of jQuery and jqGrid. Please use the latest stable versionf from both products.
You can put good formatted code here if you switch to text mode mark the needed text and lunch the code button. Below is a example:
|
1 2 3 4 5 6 7 8 9 10 |
<?php require_once '../../jq-config.php'; // include the jqGrid Class require_once ABSPATH."php/jqGrid.php"; // include the driver class require_once ABSPATH."php/jqGridPdo.php"; // Connection to the server $conn = new PDO(DB_DSN,DB_USER,DB_PASSWORD); // Tell the db that we use utf-8 $conn->query("SET NAMES utf8"); |
Kind Regards,
Bojan
Guriddo Support Team
Hello,
Hello,
We have a lot of examples and documentation on how to create and use combo box.
Please consult our documentation here
You can look at our demos here – see editing tab
Here is a example of how to use combo box in editmode
Kind Regards,
Bojan
Guriddo Support Team
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top