Search Results

Keyword: ‘theme’

jqGrid 3.5 beta

May 24th, 2009 328 comments

I’m very happy to publish jqGrid 3.5 beta version on this day.
The cahnges are so many so that I will not publish them here. If you download the release you will find a Changes.txt file.

Three very important things are happen with 3.5 beta
1. jQuery UI Theme integration.
2. New rendering engine, which improves the loading speed in some cases up to 10 time faster as of previous releases.
3. At end I have made a decision to remove the loader. From this release I introduce a new download manager which simplicity the procedure of settings the grid to work. Here you can choose what to download. All the files are splited in one file.

As usual the last development source code can be obtained from GitHub.

Do not forget to check the new things here

Enjoy!

Tags:

jqGrid 3.5 alfa realese

March 16th, 2009 74 comments

After lot of many user requests and work, I’m happy to introduce a new wave jqGrid realease.
This release is fully integrated with jQuery UI Theming.

The work is just in alfa stage, but I hope that the final will be released soon.
There are a lot of issueas that I should resolve. The most of them are (as usual) in IE browsers.
The theme integration should be polished too.There are some missing things like zebra striping, but I do not find a class in UI theme roller that corresponds to this.

Instead of this, I think that this is a good start.

Will be glad to hear from you what you think. Any recommendations and help will be welcome.

The link to the demo can be found here.

I will publish the final code after some days.

Enjoy.

Tags:

Help Testing jqGrid 3.4 beta

January 11th, 2009 36 comments

After lot of hard work we are pleased to announce a 3.4 beta release of jqGrid. This version should not be used in production, since it will be quite possible to change some things. Please post any bugs or recommendations in the forum.
The release can be downloaded from Releses menu. Whitin the package there is a readme file which describes all changes and how to use the new things.
Here in brief what is new
Read more…

Tags:

jQuery Grid 3.0 final preview

March 7th, 2008 23 comments

Hi all. After a lot of work and help of community I have done the final release of jqGrid. The changes of the final release are big. First of all jqGrid have modular structure. The grid is divided in four modules – basic grid, inline editing module, subgrid module and the new form editing module. This way it is easy to do something into the module without changing the basic of the grid. The new form editing module uses two external plugins (I do not want to reinvert the wheel) jqModal and jqDnR from Brice Burgess.
The second news is that the grid has a lot of new themes. I hope you will enjoy them.
Of course there are a lot of bug fixes.
The preview release can be found here

This is not official release. It will be official when the documentation is done. I’m working hard on this.

I hope you will Enjoy

Tags:

jQuery Grid 3.0 rc

October 7th, 2007 197 comments

At end 3.0 (rc) version of jqGrid is out. This version is a major release, because I have totally rewrite the code for the methods without affecting the behavior of the plugin.
The grid is now compatible with jQuery 1.2.1, but in the example page I use 1.1.4 version of jQuery. The problem is that with 1.2.1 jqGrid has a little slowly behavior. I do not know why?
The example page is totally rewritten. Every example has a separate code for html and javascript. You can view this here.

This version fixes a lot of bugs relating to json data, formating, xml manipulation and add following features.

  • The user can now manipulate the number of requested pages. This is done with adding a input box in the pager.
  • I have added 4 methods – add, update, delete get row data. With these method we can manipulate the data at client side and of course a possibility to add local array data. See documentation for more information.
  • Added is a method to load data only once from the server – loadonce flag in settings. After loading data we do all the manipulation at client side – sorting, scrolling ant etc. Note that in this case pager is disabled.
  • Added is a new data type – local (against with xml and json). When this flag is set the grid expect data to be loaded locally via array.
  • Now we can multi select rows. This can be done with only one flag multiselect. This feature can be used with server and local array data.
  • For first time I introduce a sub grid. This feature can work only with xml data for now. The code and style for sub grid must be optimized and should be used with json too. See example page for more details.
  • It is possible now to export the grid data to xml and json format. This is done with two new methods.
  • A few new methods are added according to the new features – see documentation page for this.
  • New theme of course
Tags:
Privacy Policy   Terms and Conditions   Contact Information