#1134 closed defect (done)
Correct bugs of StringConvertibleMatrixView
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.1 |
Component: | Data.Views | Version: | 3.3.1 |
Keywords: | Cc: |
Description (last modified by mkommend)
- improve the show/hide columns dialog
- row & column headers are not displayed correctly
- row & column headers are not copied correctly
- the reordering of columns does not work after scrolling
Change History (13)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 14 years ago by mkommend
comment:3 Changed 14 years ago by mkommend
A solution to the reordering bug of a DataGridViewControl is describe here http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/b2b7b8ff-2a86-4fcb-b7b6-445025963a1d, but im a not sure if we want to derive our own control from the DataGridViewControl.
comment:4 Changed 14 years ago by mkommend
- Description modified (diff)
- Owner changed from mkommend to swagner
- Status changed from assigned to new
Corrected StringConvertibleMatrixView in r4199.
comment:5 Changed 14 years ago by swagner
- Status changed from new to assigned
comment:6 Changed 14 years ago by swagner
Thanks. I reviewed the changes and found one more issue:
- If all columns are hidden, the show/hide columns dialog cannot be opened anymore, as the context menu is only shown when clicking on a column header.
comment:7 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from assigned to new
comment:8 Changed 14 years ago by mkommend
- Status changed from new to assigned
comment:9 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from assigned to new
Changed the context menu of the StringConvertibleMatrixView to appear after a right click on the DataGridView control with r4213.
comment:10 Changed 14 years ago by swagner
- Status changed from new to assigned
comment:11 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from 3.3.0 to 3.3.1
Thanks. Reviewed changes.
comment:12 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Adapted the ColumnsVisibilityDialog and corrected copy and past support in the StringConvertibleMatrixView in r4178.