Forum

July 10th, 2011
You must be logged in to post Login Register

Search Forums:


 






UserPost

11:58
05/05/2010


admin

Admin

posts 56

Exactly three years after first publishing of jqGrid, we are happy to announce the 3.6.5 release of jqGrid. You should consider this release more as bug fix release (more than 30 fixes), but we have added a lot of new enchantments. The most important of them are:

  • Extended ARIA support
  • SearchFilter enchantments

The full list of fixes and changes can be found here

We working hard on the upcoming 3.7 release. Soon it will be available as alfa in the GitHub.

Kind Regard
jqGrid Team


Read original blog post

16:21
05/05/2010


Les

Member

posts 44

Tony:


>>> Added new option in colModel title. Default is true. If false the title is not displayed in the cell. Also with this is possible to define a custom formatter and put what you want value for the title.


Do you have an example of a custom formatter for the title?  What are the parameters?


I don't see that this is documented.


Thx,

Les

16:31
07/05/2010


adrian.crapciu

Member

posts 3

Hi, just tested the new version in Chrome and Safari. It seems to be a problem Uncaught Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7. The grid is not populated just the Loading… is displayed.

17:03
07/05/2010


tony

Sofia, Bulgaria

Moderator

posts 7009

Hello,

For me the demo pages works fine in Safari Chrome.

Maybe you will need to look here:

http://groups.google.com/group…..adf9c0ffb7


Regards

Tony

19:00
08/05/2010


Les

Member

posts 44

Post edited 16:02 – 08/05/2010 by Les
Post edited 16:03 – 08/05/2010 by Les


Tony:


You write in the release notes:


"Also with this is possible to define a custom formatter and put what you want value for the title."


How is this possible?  The doc states that the title option can be boolean only, not a function.


Do you have an example how to use the custom title formatter?


I put each question on a separate line, so it's easier answer and harder to ignore. Laugh


Thx,

Les

12:36
10/05/2010


rotoflex

Member

posts 16

Hi,


Is there a demo for that new searchFilters feature?


Regards,


Janne

19:46
13/05/2010


williamfjordan

Member

posts 3

Thank you for an excellent grid.


I noticed on the jqGrid 3.6.3 changes and fixes notes that you made the following change:


"Fix in inline edit when the edittype is textarea and a Enter is pressed – now we create a new line and do not save the data to the server."


When cellEdit is true, a column with  edittype:"textarea" has the same issue and needs a similar fix as the one made in the 3.6.3 release.  Enter will end the edit mode instead of adding a new line to the text area.


Does anyone have a work around for this?


13:36
16/05/2010


tony

Sofia, Bulgaria

Moderator

posts 7009

Post edited 10:37 – 16/05/2010 by tony


Hello,

@Les – it can be done like this:


colModel : [

{name: 'myname',title:false, formatter:mytitle, unformat:myuntitle... }

...

]


function mytitle (value, options, rowdata)

{

var mycustom_title = "<span title='HERE MY TITLE'>"+value+"</span>";

return mycustom_title;

}


function myuntitle(value, options, element)

{

return value;

}

@rotoflex

I will try to prepare one. The idea is simple, you will only need to set the postData with the filters object, something like this


postData: { filters:{groupOp:"AND", rules :[ {field:'some',op:'eq',data:'somedata'},.... ]} }


I hope You got the point.

@williamfjordan,

Should think on this. Thank you


Best Regards

Tony

22:37
18/05/2010


Les

Member

posts 44

Tony,


The example that you provided will format the cell content. This is not what I was looking for.  I'd like to format the cell title instead.


I thought the title option would be overloaded – either boolean or a function, but it doesn't' work this way.

function myTitle (value, options, rowdata) {

return "My title";

}

colModel : [

{name: 'myname',title:myTitle

...

]

23:10
21/05/2010


glittle

Member

posts 31

Help!

This new version has problems with JSON…

Please see details in this post:

http://www.trirand.com/blog/?p…..mp;ret=all

08:04
08/06/2010


DR_CHAOS

New Member

posts 1

Post edited 05:24 – 08/06/2010 by DR_CHAOS


nm

12:14
15/06/2010


virgilio

philippines

Member

posts 3

Post edited 09:16 – 15/06/2010 by virgilio


hi,

what is the best way to update select field values dynamically?

this is the one shown on edit form


here is how i update field value in colmodel

var value_manager_id = jQuery.parseJSON($.ajax({url:'/admin_users.php?id=managers&a=getValues&f=manager_id',async:false}).responseText);
jQuery('#managers').jqGrid('setColProp','manager_id',{editoptions:{value:value_manager_id}});

then later did a gridReload

the code updated the values in the grid display but not the selections in edit form.

thanks
regards

Your thoughts matter!

14:53
03/11/2010


hitesh

New Member

posts 1

admin said:Exactly three years after first publishing of jqGrid, we are happy to announce the 3.6.5 release of jqGrid. You should consider this release more as bug fix release (more than 30 fixes), but we have added a lot of new enchantments. The most important of them are:

  • Extended ARIA support
  • SearchFilter enchantments

The full list of fixes and changes can be found here We working hard on the upcoming 3.7 release. Soon it will be available as alfa in the GitHub. Kind Regard jqGrid Team


Hi Team,

You guys have developed great features.Its damn good. I need small help can u please help me out.

My scenario is I dont want the user to enter special characters in Toolbar Search.I wanna restrict them to enter special characters. Any help to sort this out

regards,nHitesh Kumar Vyas S


About the jQuery Grid Plugin – jqGrid forum

Most Users Ever Online:

157


Currently Online:

93 Guests

Forum Stats:

Groups: 1

Forums: 7

Topics: 9590

Posts: 28781

Membership:

There are 10159 Members

There have been 448 Guests

There is 1 Admin

There are 2 Moderators

Top Posters:

OlegK – 1157

markw65 – 179

kobruleht – 144

phicarre – 126

YamilBracho – 124

Renso – 118

Administrators: admin (56 Posts)

Moderators: tony (7009 Posts), Rumen[Trirand] (81 Posts)




Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information