Opened 13 years ago
Closed 9 years ago
#5627 closed defect (wontfix)
Grid and dijit.form.CheckBox format error
Reported by: | guest | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Hi everyone,
I want to setup a grid with some columns displaying checkboxes. How you can see in the test_edit_dijit.html example file the checkbox aren't displayed correctly.
1- Le displayed background is even width as the column setting in place of 16px so you see more than one checkbox / radiobutton. 2- When the data is false or true, this is supposed to display a checkbox in place of the words false/true.
Best regards,
Roger
Change History (6)
comment:1 Changed 13 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to sorvell |
comment:2 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from sorvell to Bryan Forbes |
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Milestone: | 1.2 → future |
---|
Note: See
TracTickets for help on using
tickets.
I don't understand point 1.
As for point 2, that is a design decision for the default editors because creating 20 dijit.form.CheckBox?'s when each page renders would be quite a performance decrease. If you want this behavior you can pass "alwaysEditing: true" to your cell definition, but after a while your grid will start taking up a lot of memory.
If you can explain point 1 a bit better, I might be able to fix this bug. Otherwise, I'll have to move this to a future milestone.