Ticket #6762 (closed defect: fixed)

Opened 7 months ago

Last modified 4 months ago

Grid columns cannot be resized with view widths as percentages

Reported by: guest Owned by: nathan
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 1.1.0
Severity: normal Keywords: grid width resize handle percentage
Cc: josh@…

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

Changed 6 months ago by nathan

  • owner changed from sorvell to nathan

Thi

Changed 6 months ago by nathan

  • status changed from new to closed
  • resolution set to fixed

This should be resolved with revision [13863] - the fix for bug #6864

Changed 4 months ago by bill

  • milestone set to 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.