Archive

Archive for the ‘jQuery’ Category

Guriddo Suito for PHP 5.0 is released

August 12th, 2015 No comments

Hello All,

Short after Guriddo jqGrid 5.0 for JavaScript is released we are pleased to announce the availability of the Guriddo Suito 5.0 for PHP. The release have the same additions and changes as defined in the post here plus:

  • Fixes in rennderTree when echo parameter is set to false
  • Fix export to PDF to work with strict mode
  • Added ip type to the base types in jqValidator
  • Added ‘displayName’ parameter in validations array to display the human readable field when error occur

You may enjoy of our new Boostrap PHP demo

As usual, any feedback is welcome.
Happy coding!

Tony Tomov

Tags:

Guriddo jqGrid JavaScript 5.0 is released

August 3rd, 2015 6 comments

Hello All,

We are pleased to announce the new Guriddo jqGrid 5.0 release. This release is a cornerstone in our job. We plan great new features and improvements in the future like Node.js port, JavaScript exporting to PDF and much more.

In addition to adding native Bootstrap support to the grid, we’ve also added a lot of improvements to our pivot and tree grid features, improved support for the latest jQuery releases (2.1.x), intensive tests with jQuery 3.0 future release, provided better experience for mobile users adding a responsive option and fixed more than 20 bugs. Here are the highlights:

Native Boostrap Support

As of version 5.0 Guriddo jqGrid can be adapted easy with any CSS framework. We have develoed a Bootstrap port. To use the feature you will need only to include the appropriate CSS

...
<link rel="stylesheet" type="text/css" media="screen" href="path_to_css_files/ui.jqgrid-bootstrap.css" />
...

file and tell jqGrid to use Bootstrap – with the option:


$("#grid").jqGrid( {
...
styleUI : "Bootstrap",
...
});

Except Column Chooser and re sizing the grid with a mouse we support all the jqGrid existing features.

You can enjoy the Guriddo jqGrid Bootstrap Demo

Independent CSS Styling

We have changed our code so that jqGrid can be developed with any CSS framework. This can be achieved with a setting of the styleUI object to use the appropriate classes. The full description will be added into the documentation.

Responsive Grid
We have added a responsive options which make the grid a really responsive.
With this options the grid is re sized automatically when the device is rotated and the windows width is changed. Another useful feature is auto calculating the the space of the navGrid buttons – if the space does not fith the grid width we create a drop dawn menu button where all actions are inserted.

TreeGrid

We added new events and a method called reloadNode. With this method is possible to reload only certain node data and put it into the treeGrid instead of reloading the entrie treeGrid which in some situations consume a lot of time.

The code below reloaded only the added or edited node (Form editing module)

...
var reloadnode = function (rowid, rowdata, rowobject)
{
var id = $("#tree").jqGrid('getGridParam','selrow');
if(id) { // if add a root do not reload
var record = $("#tree").jqGrid('getLocalRow',id);
$("#tree").jqGrid('reloadNode', record);
}
}

$("#grid").jqGrid("navGrid",
{...},
{ "afterComplete" : reloadnode, "reloadAfterSubmit" : false, "closeAfterSubmit" :true}, //add
{ "afterComplete" : reloadnode, "reloadAfterSubmit" : false, "closeAfterSubmit" :true}, //edit
...
);

PivotGrid
Fixed a lot of Bugs related to showing the labels and groupig.

Full list of changes us a URI ENCODED, comma separated list of tags. For example to tag with 'ASP.NET MVC', 'dependency injection', 'DI' and 'TDD': data-tags="ASP.NET%20MVC%2cdependency%20injection%2cDI%2cIOC%2cTDD" ---------------------------------------------------------------------------- -->

Tags:

Spring promotion

April 1st, 2015 No comments

Dear All,

We’d like to use the upcoming Spring Holidays to say thank you for continued using Guriddo jqGrid and Guriddo Suito PHP and for contributing to making it the most popular jQuery grid control on the market.

The Spring is here and we would like to offer you a special Spring promotion for all Guriddo products. Starting today and throughout the month of April we offer 20% discount for all our products. This coincides with the 4.8 release of all our suites – Javascript and PHP . We have introduced many new features and fixes, including the AMD support, Form Templating, Save and Load Grid state, Search in TreeGrid, Bootstrap support, true Excel export (PHP only) and much more.

Next month we will continue to support our jqGrid JavaScript for mobile Devices.

To claim your 20% discount, just go to our site www.guriddo.net. Click on the Purchase button and select the license you need, enter the number of licenses you wish to purchase and enter SPRINGPROMO promo code at checkout and click Update Coupon.

Enjoy!
The Guriddo Team

Tags:

Guriddo Suito PHP 4.8 is released

March 30th, 2015 1 comment

Hello All,

We are pleased to announce the immediate availability of our Guriddo Suito PHP 4.8 release. This release is HUGE. In addition to adding server side validation to jqGrid PHP and Form PHP, we’ve also added a lot of improvements to our Excel exporting features, improved support of Save/Load State, language improvements and fixed more than 60 bugs. Read the full post here

Kind Regards,
Guriddo Team

Tags:

Guriddo jqGrid JavaScript 4.8 is released.

March 20th, 2015 7 comments

Hello All,

I’m quite happy to inform you that the new 4.8 version of Guriddo jqGrid is out.

For a full list of changes, please read this blog post on our new site.

Enjoy the new version

Kind Regards,
Guriddo Team

Tags:
Privacy Policy   Terms and Conditions   Contact Information