Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by clem06

  1. clem06

    Get a DataGrid column's index in a MouseUp event, not a MouseDown ()

    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...
  2. clem06

    bind a string to a datagrid

    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
  3. clem06

    bind a string to a datagrid

    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...

Part and Inventory Search

Back
Top