Forum
12:27
18/11/2009
Hello!
I've just updated to the new grid version 3.6.4 and had to re-integrate some of my own patches/bugfixes.
Maybe you could integrate the bug fixes and also the improvements if possible.
* Fix bug with undefined event handler
in grid.formedit.js: line 1550:
* Fix: do not try to set table grid width < 0
in grid.base.js (inside setGridWidth function)
@line 2101:
+ if (cw < 0) return; // FIX IE7 Exceptions
@line 2112:
...
cr = ...
}
+ if (cr < 0) return; // FIX IE7 Exceptions
* Feature: add event "closeAfterReset" to search dialog,
in grid.formedit.js: searchGrid: function(p) { ...
@line 23 (extend options):
@line 166 (in function resetFilters as last statement)
* Feature: add Tooltips for table headers (title)
in grid.base.js: line 1270: // improvement: show tooltips for table column headers (via title attribute)
+ var tooltip = ts.p.colModel[i].label ? " title='"+ts.p.colModel[i].label+"'" : "";
+ thead += "<th role='columnheader' class='ui-state-default ui-th-column ui-th-"+dir+"'" + tooltip + ">";
Kind regards,
Klaus.
16:07
Moderators
30/10/2007
Hello Klaus,
Thank you very much for the fixes and additions.
Except the last feature evrething will be added.
Also for the last one (what should happen if the label contain html tags). I will consider this again.
Thank you very much again.
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.
Most Users Ever Online: 715
Currently Online:
70 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