how to have TextBox and Button in a DataGridViewCell
Hi,
I need to have a DataGridView column, which should contain a TextBox and a Button only under some condition. Is there any component similar to EditorButton of infragistics or we should create a CustomEditor..
please throw some light for me.
Sakthi,, Thursday, July 26, 2007 5:09 PM
Hi Sakthi,
These is no easy way to achieve this. You need to paint it yourself.Check the sample below: