
- How to use krypton toolkit in visual studio how to#
- How to use krypton toolkit in visual studio download#
This line (()) must not be added in the designer and you must delete it. Why ? Simply just take a look on your screenshot it is crashing on the designerfile of your form on the KryptonGroupHeader objet ! No OutlookGrid there ! (even I completely agree that the project you are building is currently crashing on you computer) The Celldoubleclick event does not crash itself. first check it properly and fix and then revert back.
How to use krypton toolkit in visual studio how to#
How to read rows value on which user clicked ?
How to use krypton toolkit in visual studio download#
download the same one at your end and open it in VS2010 and select the grid and double click on celldoubleclick even and just run your apps. This a version really close to the next official version but there is still one or two things I would like to do before.Ĭomments: ** Comment from web user: tridip_codeplex **Īs per your suggestion i download the latest one from this url You find the dlls (and new (undocumented yet) features) These are the latest bits of Krypton OutlookGrid. You're right, please download the current oulookgrid here : ()Īfter that, please remove this line () and rebuild your solution. (best way) Register in the GAC the and restart your computer. You are using the grid in design time without having Krypton Installed. It is related to the design time dll which is not registered on your computer. There is no problem with double click, I've found where your error comes from.
thanksĬomments: ** Comment from web user: Cocotteseb **

How to read each cell value of a selected rows? please guide me. So just populate OutlookGrid1 first and attach a event handler called CellDoubleClick and try to read value on clicked cell and then you will notice there is problem. Here i am just adding the images too for error Private void OutlookGrid1_CellDoubleClick(object sender, DataGridViewCellEventArgs e) i was just trying to read row values or cell value but got error called ReadOnly controls collection
