Just a quick question about adding a control to a Datagridview cell when the user clicks it. I want to add either a button or an open dialog button to a cell once the user clicks it. I have the column headers populated from a string array and the rows populated with another. I found this article on hosting controls in a datagridview cell but I'm confused by it as it adds a datetimepicker whereas I only want a open dialog button or regular button. Is there any other good informative articles online? I did research it but couldnt find muc...
Thanks for the help.