#6762 closed defect (fixed)
Grid columns cannot be resized with view widths as percentages
Reported by: | guest | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.0 |
Keywords: | grid width resize handle percentage | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
I'm not sure if this has been posted before or if it is impossible but the ability to resize grid columns is only available when you give a column an absolute width, such as:
{name: 'Id', width: '100px', field: 'id'}
If you change that to a percentage:
{name: 'Id', width: '10%', field: 'id'}
Then when hovering over the column resize handles a circle with a bar appears to indicate resizing is not allowed.
Thanks!
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from sorvell to nathan |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
Thi