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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drag & Drop items onto a DataGrid

Status
Not open for further replies.

Terabithia

Programmer
Aug 31, 2004
70
US
I need to allow the user to drag & drop items from a list, possibly on ComboBox or other list, onto cells of their choice on a datagrid. Suggestions? I am working in VS2013. I will then need to be able to know the cell row and column for each item. Example "Test" is dropped on row 3, column 4. I need to create an array that holds the row and column "Test" is at.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top