Mar 2, 2006 #1 Plato2 Programmer Dec 6, 2002 192 US I have a DataGridView and I want to add a user control or some other control to a DataGridView cell. Is it possible to do? If yes how... Thanks in advance
I have a DataGridView and I want to add a user control or some other control to a DataGridView cell. Is it possible to do? If yes how... Thanks in advance
Mar 2, 2006 #2 Mastakilla Programmer Nov 18, 2003 289 BE here's a link to a .doc document that explains how to customize cells. the example is using a numeric updown but you'll get the idea. found on google: http://www.windowsforms.net/WhitePapers/DataGridViewNumericUpDown/DataGridViewNumericUpDown.doc Upvote 0 Downvote
here's a link to a .doc document that explains how to customize cells. the example is using a numeric updown but you'll get the idea. found on google: http://www.windowsforms.net/WhitePapers/DataGridViewNumericUpDown/DataGridViewNumericUpDown.doc