Opened 10 years ago
Closed 9 years ago
#13487 closed defect (patchwelcome)
Long title in the header of DataGrid is chopped off with autoWidth is set.
Reported by: | Owned by: | Evan | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If 'autoWidth' is used and the width for the columns are not set, if the column header title string is long, it gets chopped off.
I have three columns. The first columns width is set, but the other columns should be resized automatically and the grid to use autoWidth.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | test_data_grid_autowidth.html added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from evan to Evan |
---|
comment:2 Changed 9 years ago by
Priority: | high → blocker |
---|
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
DataGrid? doesn't provide the capability to smartly auto expand column width to well fit the title content. Instead a default column width will be set(6em).
The "autoWidth" actually means size of grid.domNode can fit the total width of all columns to eliminate the HScrollBar. The only workaround is setting a larger column width in that case.
Note: See
TracTickets for help on using
tickets.
Bulk update of open ticket priorities.