-
Notifications
You must be signed in to change notification settings - Fork 65
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]: Advanved KDataGridView Columns show no indicator on an inactive cell. #1908
Labels
area:datagrid
All issues related to the DataGrid.
bug
Something isn't working
completed
This issue has been completed.
enhancement
New feature or request
version:95
All things to do with V95.
version:100
All things to do with V100.
Milestone
Comments
giduac
added
bug
Something isn't working
enhancement
New feature or request
in progress
A fix for this issue is in the works.
labels
Dec 7, 2024
@giduac Can you add some images from the winforms equivalent please ? |
Smurf-IV
added
version:100
All things to do with V100.
version:95
All things to do with V95.
labels
Dec 7, 2024
This was referenced Dec 16, 2024
giduac
added a commit
to giduac/Standard-Toolkit
that referenced
this issue
Dec 20, 2024
KryptonDataGridViewComboBoxColumn updates No change log, a full entry will be produced upon completion of Krypton-Suite#1908
This was referenced Dec 20, 2024
We can do a new nightly of those updates as soon as all is merged.... |
giduac
added
completed
This issue has been completed.
and removed
in progress
A fix for this issue is in the works.
labels
Jan 18, 2025
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
completed
This issue has been completed.
enhancement
New feature or request
version:95
All things to do with V95.
version:100
All things to do with V100.
Describe the bug
Advanved
KryptonDataGridView
Columns show no indicator on an inactive cell.This is in contrast to the WinForms Combobox column which does.
Objective is to bring this inline with WinForms but in a Kryptonized fashion.
In WinForms the Combox cell is the only advanced type that does this.
Columns/Cell types affected:
KryptonDataGridViewComboBoxCell
V100 V95 V85KryptonDataGridViewDateTimePickerCell
V100 V95 V85KryptonDataGridViewDomainUpDownCell
V100 V95 V85KryptonDataGridViewNumericUpDownCell
V100 V95 V85All updated sofar.
The text was updated successfully, but these errors were encountered: