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

Can not drag & drop, re-size, or view control in design time #20

Open
lienhe24 opened this issue Mar 29, 2022 · 4 comments
Open

Can not drag & drop, re-size, or view control in design time #20

lienhe24 opened this issue Mar 29, 2022 · 4 comments

Comments

@lienhe24
Copy link

lienhe24 commented Mar 29, 2022

Hi,
I use your project, create new window form, drag OutlookGrid control to form.
But, I can't see the control in form, can not drag & drop or re-size control.

In normal work, I need to use your grid in a management form to view data, there are many other control as group search, add, edit, delete button... So, It very useful if we can control it in design time.
Pls help!

@Cocotteseb
Copy link
Owner

Hi,
There is design time support.
You need to register the Design dll into the gac (and reboot computer) or you need to add the design project in your solution.
Once things are messed up with design time feature I usually close the form and rebuild the solution after the previous mentionned steps.

Hope that helps !

@lienhe24
Copy link
Author

Hi,
I'm using VS 2015.
I've already registered JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll into GAC and rebooted.
Registered GAC with "Developer command frompt for VS2015":
gacutil /i JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll
But, I still not got it in design time. You can see my design time screen
pic_basiap4045
pic_basiap4046

@Cocotteseb
Copy link
Owner

Hi

You are right, the Krypton OutlookGrid relies on the KryptonDataGridView from the Toolkit.
You need to do the same registering design dlls things for the toolkit (and ribbon, workspace,... if you want to use them too)
https://github.com/Cocotteseb/Krypton

@lienhe24
Copy link
Author

Hi,
I've already registered all design dlls things for the toolkit and rebooted.
pic_basiap4047
But It still not OK in design time. (Toolkit already registered, too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants