Opened 10 years ago
Closed 10 years ago
#12828 closed defect (wontfix)
dojox.grid.enhanced.plugins.Filter, cell datatype
Reported by: | bender | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If, when the grid structure for dojox.grid.enhanced.plugins.Filter decorativ specifies the datatype is ignored.
The problem is that in dojox.grid._Grid.markupFactory the DataType? is ignored. Line (1331 - 1370)
Patch /dojox/grid/_Grid.js
1335c1335,1336
"") |
---
id: d.trim(d.attr(th,"id") ""),
datatype: d.trim(d.attr(th,"datatype") "string")
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | 1.6.1 → tbd |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Priority: | normal → high |
comment:3 Changed 10 years ago by
Milestone: | 1.7 → tbd |
---|---|
Priority: | high → normal |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Well, it doesn't make sense to add attributes of EDG plugin into base _Grid.markupFactory(), move to tbd unless we can figure out an ideal way - it's currently neither possible to add this into EnhancedGrid?.markupFactory().