Opened 12 years ago
Closed 12 years ago
#9412 closed enhancement (fixed)
dojox.grid: Add support for initialWidth option - when using autoWidth
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In order to specify column widths using percentages, you need to have a width on the grid - however, you cannot add a width on the grid if you use autoWidth. Therefore, it is desireable to have an option to specify an "initialWidth" value, which will be used in the event that autoWidth is set.
Note: See
TracTickets for help on using
tickets.
(In [17964]) Fixes #9412 - add in option for initialWidth on a grid !strict