Adding controls in windows datagrid
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

