Hi,
I want to add a custom control to the datagridview, and I was looking at this thread http://social.msdn.microsoft.com/Forums/windows/en-US/ea8c8859-70d0-48d2-bc9a-5d6c21ac135e/host-controls-in-windows-forms-datagridview-cells which has helped me.
My question is that in my situation the controls are created separate from the datagrid code, they are actually charts (DataVisualization.Charting.Chart), they get created independently somewhere else, and I want to add them to the datagridview. They are also different for different rows, so a unique chart for every row, and hence a unique DrawtoBitmap called for each row. I want to add them in a way so that I keep on adding new rows, and they keep on displaying. So I will need to pass them to the rows somehow. My understanding of all this code, the class and the inheritance is still really new, so I cant get my head around this code, so I need suggestion on how to go about implementing this. In the code that I mentioned in the other thread, please suggest what should my approach be so that existing chart controls can become a part of the code in the other thread.
waiting for your reply, thanks
..ab
Ab