Archive

Archive for the ‘jQuery’ Category

jqGrid 3.4.2

March 1st, 2009 2 comments

We are happy to introduce a new release of jqGrid – 3.4.2. Mainly this is a bug fix release. All the changes in this version:

Bug fixes

  • checkbox default value bug in CreateEl function
  • when width in colModel is set not as number but as string – i.e ‘200’
  • trigger reloadGrid fix when we use a tree grid. Previous the tree grid does not refresh
  • setSelection method can now support dotted names as id
  • width fix for element of type select in form editing
  • In formedit, celledit and inline edit a dotted names are supported
  • formatter bug when default values from language file are used for elements of types number, integer and date
  • subgrid as grid and inline edit fix when the subgrid has id as those in the currently edited row in the parent
  • cell edit fix when we post data containing <>or “

Additions

  • new option deselectAfterSort. The option is applicable only when we use datatype : local. Deselects are currently selected row(s) when a sort is applied. Default value true.
  • in searchGrid method is added option closeAfterSearch. Closes the dialog after we activate the search button. Default value : false
  • new event in subgrid subGridBeforeExpand. When set this event should return true or false. The event is raised just before expanding the grid. If it returns false the subgrid row is not expanded and the subgrid is not opened. To this event we pass 2 parameters – the id if the div and the row id of the parent
  • The behaviour of subGridRowColapsed is changed. The behaviour is similar to those of subGridBeforeExpand. The event should return true or false. When the returned value is false the row can not be collapsed.
  • Added a new parameter in formatter for element of type showlink – addParam. When set this is added at end if the link. To work this the parameter should contain &. Example:
    formater: ‘showlink’, formatoptions: {baseLinkUrl: ‘someurl.php’, addParam: ‘&action=edit’}
    This will output: http: // localhost / someurl.php?id=123&action=edit
  • for tree grid is added new parameter – ExpandColClick. When set the tree is expanded and/or collapsed then we click on the text of the expanded column, not only on the image
Tags:

jqGrid 3.4.1 bug fix

February 17th, 2009 7 comments

Hello All,
Due to the bug in setRowData method a 3.4.1 release is available for download. It is recommended that all users having the 3.4 release to upgrade to 3.4.1.

Thank you

Tags:

jqGrid 3.4

February 15th, 2009 No comments

Hello All,
After little delay the jqGrid version 3.4 is ready for download.
First of all we want to say thank you of all people that posted bugs and recommendations.

The full description of changes is available in the online documentation
The pdf version of the docs will be available after little delay.

Also you can check the new examples in demo page

Enjoy

Tags:

jqGrid 3.4 beta 2

January 27th, 2009 55 comments

Hello All,
Mainly this is a bug fix release, but it add some other things that must be done and promised.
List of changes:

  • jQuery 1.3.1 support
  • Tree grid support now Adjacency model
  • added to setLabel 4 parameter – attribute array to set atribute properties to element

Corrected Bugs

  • setCell – attribute fix
  • onSelectCell is raised instead of multiselect
  • corrected multiple bug and size properties of the select in cleateEl function
  • fixed bug in pager buttuns when they have attr disabled
  • fixed bug in inline edit when edittype select
  • fixed bug in TreeGrid to support json
  • fixed bug in sgetRowData method in IE7 when jQuery 1.3.1 is used
  • Code optimizations and other minor fixes

At end of week I will publish a working examples with Tree Grid – xml and json support.
Please post any bugs in the forum

Best Regards
jqGrid Team

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:
Privacy Policy   Terms and Conditions   Contact Information