Hello all,
I have a winform with two DataGrid, my goal is to drag a column's name of the first DataGrid and drop it in a cell of the second DataGrid. To do that I use HitTestInfo:
System.Windows.Forms.DataGrid.HitTestInfo myHitTest;
myHitTest = dataGrid1.HitTest(e.X,e.Y);
int...
Someonegive me the answer on others forum:
http://www.codeguru.com/forum/showthread.php?s=cf95ade57a185f8e013577e4a503b3fa&threadid=285751
http://www.csharp-station.com/ShowPost.aspx?PostID=4047#4054
Thanks to them
clem
Hi, I have a problem to bind a string in my datagrid. I have search, some code on the net which allow to fill a datagrid with a simple string, but I didn't find any. Some codes gave methode like datagrid1.databind(); but there is no method like that , there is just DataBindings() which is more...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.