Re: UserControl in DataGridView cell
Francisco Serrano <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi!: If you see, for example, the code in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=465597&SiteID=1, when the user does the first keystroke, the key is lost, and the cell has focus, and not the usercontrol. I need that an usercontrol with a textbox and a button, must works as a cell with TextBoxColumn. It is possible? Any example? Regards