Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: KryptonDataGridView new column maintenance. #2026

Open
giduac opened this issue Dec 31, 2024 · 0 comments
Open

[Bug]: KryptonDataGridView new column maintenance. #2026

giduac opened this issue Dec 31, 2024 · 0 comments
Assignees
Labels
area:datagrid All issues related to the DataGrid. bug Something isn't working version:100 All things to do with V100.
Milestone

Comments

@giduac
Copy link
Contributor

giduac commented Dec 31, 2024

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 as KryptonDataGridViewRatingColumn 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 when AutoGenerateKryptonColumns == TRUE

@giduac giduac added bug Something isn't working area:datagrid All issues related to the DataGrid. version:100 All things to do with V100. labels Dec 31, 2024
@giduac giduac added this to the Version 100 milestone Dec 31, 2024
@giduac giduac self-assigned this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:datagrid All issues related to the DataGrid. bug Something isn't working version:100 All things to do with V100.
Projects
None yet
Development

No branches or pull requests

1 participant