| User | Post |
|
04:16 27/01/2009
| admin
| | | |
| Admin
| posts 35 |
|
|
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 butuns when they have attr disabled
- fixed bug in inline edit when edittype select
- fixed bug in TreeGrid to support json
- fixed bug in setRowData method in IE7 when jQuery 1.3.1 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
Read original blog post
|
|
|
18:28 30/01/2009
| cornbread
| | | |
| Member | posts 33 |
|
|
I am unable to get the number or currency formatters working. Here is code: script: colModel :[ ... {name:"price", formatter:'currency', index:"price", width:80, align:'right'}, ... ],
grid.locale-en.js is included: $.jgrid.formatter = {
… currency : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 0, prefix: "$", suffix:"", defaulValue: 0}, … }
BTW Keep up the great work!
|
|
|
01:04 03/02/2009
| tony
| | Sofia, Bulgaria | |
| Moderator
| posts 5872 |
|
|
Hello,
Be a sure that all the needed files are loaded including jquery.fmatter.js.
The beta release add thes as default, but if you use the old loader you should include these manually or upgarde the loader.
Regards
Tony
|
|
|
20:11 03/02/2009
| cornbread
| | | |
| Member | posts 33 |
|
|
That must have been it. I removed all traces of the copy of 3.3 and it worked fine. Thank you very much!
|
|
|
23:45 12/02/2009
| virgil
| | philippines, cebu | |
| Member | posts 4 |
|
|
Going to try this version.
Keep up the good work.
Thanks very much.
|
|
|
11:08 25/02/2009
| dunx
| | dunx | |
| Member | posts 11 |
|
|
I've added multiselect:true and multiboxonly:true, but the checkbox is still checked whenever I click anywhere on the row. This was working in beta 1, but I can't seem to get it to work with beta 2.
Any ideas?
On a possible plus, the onCellSelect does fire (you need to include the jquery.celledit.js to get this to work as that's where this function is included) although perhsps it won't when the above is resolved.
I did find it a bit confusing that there's both onCellSelect and onSelectCell functions.
UPD: I have it working. I think it was not including the correct version of jquery.base.js probably due to cachinf, so I deleted the file, reloaded my grid so it failed, re-uploaded the file and hey presto! it all works as expected.
Good work Tony.
|
|