User control in DataGridView cell
Windows Forms
1
Posts
1
Posters
1
Views
1
Watching
-
Hi!: I have created a usercontrol with one textbox and a button, and I need this control to be loaded in the datagridview. In a cell the value is the text property of the textbox. I have seen some examples but with the keyboard and the focus have problems. (There are answers in some links by Mark Rideout and Zhi-Xin Ye, but not a complete example running with the keyboard). Any complete code example? Thanks