Ticket #5627 (new defect)

Opened 10 months ago

Last modified 3 months ago

Grid and dijit.form.CheckBox format error

Reported by: guest Owned by: BryanForbes
Priority: normal Milestone: future
Component: DojoX Grid Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by BryanForbes) (diff)

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

Changed 10 months ago by bill

  • owner changed from anonymous to sorvell
  • component changed from General to DojoX Grid

Changed 9 months ago by dylan

  • milestone set to 1.2

Changed 5 months ago by BryanForbes

  • owner changed from sorvell to BryanForbes
  • description modified (diff)

Changed 4 months ago by BryanForbes

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.

Changed 3 months ago by BryanForbes

  • milestone changed from 1.2 to future
Note: See TracTickets for help on using tickets.