[Bug]: KryptonDataGridView new column maintenance. #2026
Labels
area:datagrid
All issues related to the DataGrid.
bug
Something isn't working
version:100
All things to do with V100.
Milestone
Describe the bug
The columns added through the addition of the KOutlookGrid need further work .
V100 ONLY
REMOVE: Malfunctioning columns or without any implementation
KryptonDataGridViewFormattingColumn
KryptonDataGridViewTextAndImageCol
KryptonDataGridViewTokenCol
KryptonDataGridViewTokenListColumns
KryptonDataGridViewTreeTextCol
If desired, archive a copy of these before removal
UPDATE: Columns that need work
KryptonDataGridViewPercentageCol
Make fully functional. This column type also saves the need for a progressbar type like column.Has been renamed to
KryptonDataGridViewProgressColumn
and is fully functional. Out for testing atm.KryptonDataGridViewRatingColumn
Make fully functional.KryptonDataGridViewImageColumn
Can be done in the same way asKryptonDataGridViewRatingColumn
but only uses one image. This will also be a drop-in replacement for the Winforms counter part. This type is also auto generated by Winforms when a image field type is detected. So needs conversion whenAutoGenerateKryptonColumns
== TRUEThe text was updated successfully, but these errors were encountered: