-
Notifications
You must be signed in to change notification settings - Fork 63
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]: Cannot use KryptonDataGridViewIconColumn with KryptonDataGridView #27
Comments
@Wagnerp Thanks! Greetings from Germany (James_007 in Discord) :) |
I found the issue, it appears that the |
Hi @Wagnerp At the moment I use |
Fix this by removing the visibility of the Icon column type from the selection |
@Wagnerp Fix in |
Hmm.. "Version_Next" does not exist in Standard :-! |
Sorry, I meant |
… `KryptonDataGridViewIconColumn` - Put back the removed `CLSCompliant` and `ComVisible` assembly flags for backwards compatibility - Update the projects to comply/use the latest analysers Fixes #27
Describe the bug
When a user selects
KryptonDataGridViewIconColumn
as a column type, a error is thrown stating a 'constructor cannot be found'.To Reproduce
The text was updated successfully, but these errors were encountered: