Adding controls in windows datagrid

Hi,
I am using visual studio.net 2003.
I want to add linklabel, button and combobox control in my datagrid.
And for this I made separate class by overriding "DataGridColumnStyle" class.

And then this control is a part of my grid.

Problem: If I have 10 rows in datagrid then at the load time grid will appear as plain with no control display.when i select a button cell then button will be display for that cell only.
If I click on some other cell then button will display for that cell and previous cell it will not display.
Same behavior is coming for other cell also.

Please help me regarding this.
If you have some sample project for this then that will be a great help for me.
you can mail me at cagrawalin at the rate of hotmail dot com

or chatanyaagrawal@gmail.com

Waitning for a positive response.
Its very urgent for me.

Thanks and Regards,
ChatanyA Agrawal

[936 byte] By [Chatanya] at [2007-12-16]
# 1
The DataGrid does not support showing editing control in multiple cells at the same time. It creates the editing control and removes it when you start editing. So when you move from one cell to the other the previous cell no longer has an editing control. This is the design of the DataGrid.

-mark
Program manager
Microsoft
this post is provided "as-is"

MarkRideout at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...