Opened 10 years ago
Closed 10 years ago
#12022 closed defect (wontfix)
EnhancedGrid DnD gets confused with multi-row layout
Reported by: | HootinHoller | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Consider the following table:
<table dojoType="dojox.grid.EnhancedGrid" store="mainStore" plugins="{nestedSorting: true, indirectSelection: true }" > <thead> <tr> <th width="20%" align="left" field="_item" formatter="linkifyName"> Name </th> <th width="15%" align="left" field="firstName" >Qualifier</th> <th width="15%" align="left" field="occupation" >Occupation</th> <th width="10%" align="left" field="taxStatus" >Tax Status</th> <th width="10%" align="left" field="party" >Party</th> <th width="10%" align="left" field="dob" >DOB</th> <th width="10%" align="left" field="deceased" >Deceased</th> <th width="10%" align="left" field="url" >URL</th> </tr> <tr> <th colspan='2'></th> <th colspan='6' align="left" field="description" >Description</th> </tr> </thead> </table>
When DnD is enabled and a column is moved it becomes the first column. It all works just fine when there is only one row per row.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to evan |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
EDG DnD is supposed to only work with single-row layout, added a limitation notice on doc page .