Opened 13 years ago
Closed 13 years ago
#6855 closed defect (fixed)
dojox.grid.DataGrid: allow for specifying initial % widths - but allow resizing
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | Bryan Forbes | |
Blocked By: | Blocking: |
Description
Issue 1: Currently the DataGrid? doesn't allow for specifying % widths in markup.
Issue 2: Specifying a % width on the cell results in the correct display - but the cells are not resizable once they have been displayed. What is useful (and what most other grid-like widgets allow) is to specify the percentages for the initialization, but allow the user to resize them as desired after display.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | grid-resize.diff added |
---|
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
BTW - this would render the need for "relWidth" unnecessary - as it accomplishes the same thing.
The relWidth could still be implemented, if we really want it - and it could just piggyback off of this mechanism.
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Very small patch which addresses this issue