#968 closed enhancement (done)
Enhance StringConvertibleViews
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Data.Views | Version: | 3.3.0 |
Keywords: | Cc: |
Description (last modified by mkommend)
- Column names for ArrayView and MatrixView
- implement virtual mode
- multiple column sorting via property sortableView in IStringConvertibleMatrix
- always show column headers
- display and hide columns in dialog (opened by context menu on header click)
- read only mode
Change History (25)
comment:1 Changed 15 years ago by mkommend
- Description modified (diff)
comment:2 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:3 Changed 15 years ago by mkommend
comment:4 Changed 15 years ago by mkommend
- Description modified (diff)
comment:5 Changed 15 years ago by mkommend
added RowNames for IStringConvertibleMatrix and fixed cloning and ctors of concrete matrixes r3310
comment:6 Changed 15 years ago by mkommend
added display of row headers r3312
comment:7 Changed 15 years ago by mkommend
implemented first version of multiple column sorting in !IStringConvertibleMatrixView r3214
comment:8 Changed 15 years ago by mkommend
added possibility to change visibility of columns in StringConvertibleMatrixView r3316
comment:9 Changed 15 years ago by mkommend
added events for changes of column and row names r3320
comment:10 Changed 15 years ago by mkommend
fixed small bug in StringConvertibleMatrixView r3324
comment:11 Changed 15 years ago by mkommend
added new functionality and bug fixed to StringConvertibleMatrixView r3328
comment:12 Changed 15 years ago by mkommend
changed RowHeaderWidth in StringConvertibleMatrixView and removed warning from RunCollection (ticket #968)
comment:13 Changed 15 years ago by mkommend
fixed bugs in IStringConvertibleMatrixView r3335
comment:14 Changed 15 years ago by mkommend
fixed bug in StringConvertibleMatrixView r3337
comment:15 Changed 15 years ago by mkommend
implemented comments from swa r3446
comment:16 Changed 15 years ago by mkommend
reacted on TimeSpans in sorting and added protected virtual Sort method for derived classes (e.g. RunCollectionTabularView) r3444
comment:17 Changed 15 years ago by mkommend
added paste support for StringConvertibleMatrixView r3643
comment:18 Changed 15 years ago by mkommend
corrected validating of rows and columns textbox in StringConvertibleMatrixView r3714
comment:19 Changed 15 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
comment:20 Changed 14 years ago by mkommend
- Resolution fixed deleted
- Status changed from closed to reopened
comment:21 Changed 14 years ago by mkommend
improved StringConvertibleMatrixView r3936
comment:22 Changed 14 years ago by mkommend
added null checks for content in CellValidatingEvent of StringConvertibleArray and -MatrixView r4230
comment:23 Changed 14 years ago by mkommend
- Resolution set to fixed
- Status changed from reopened to closed
- Version changed from 3.3 to 3.3.0
comment:24 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
added ColumnNames property in IStringConvertibleMatrix and in classes implementing this interface r3308