Custom control in DataViewGrid

Posted by Winston on Stack Overflow See other posts from Stack Overflow or by Winston
Published on 2010-03-29T09:10:02Z Indexed on 2010/03/29 9:13 UTC
Read the original article Hit count: 295

Filed under:

I'm trying to embed a custom control in a Datagridview. I've looked at the Calendar (http://msdn.microsoft.com/en-us/library/7tas5c80.aspx) example but i just cant get it working for a custom control. I need the control to show for each object in the grid. Not just when the user edits the content.

I need to do this so that i can bind my dataviewgrid to a datasource and have it create the required forms in the grid for each my object list. So that the user can do inline editing in the grid without having to double click the row and have a new dialog pop up.

Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about datagridviewcolumn