Forum
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
16:21
11/12/2009
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
17:03
Moderators
30/10/2007
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
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
19:00
11/12/2009
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.
Thx,
Les
19:46
13/05/2010
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
Moderators
30/10/2007
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
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
22:37
11/12/2009
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
...
]
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
27/10/2010
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
Most Users Ever Online: 715
Currently Online:
63 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66