How to add two buttons with textbox in a single cell ofcolumn?

  • Thread starter Thread starter Mahesh
  • Start date Start date
YOu could try creating your own usercontrol, then see
if you can add that as a column to the datagridview.

Robin S.
 
If you don't want to introduce 'type pollution' into your project, by
creating new UserControl types, you may try to create a new Panel() at
runtime, and then adding your controls onto to the surface. After that, add
this panel to the column.

Thx,
Deniz
Developer, Microsoft
 
Back
Top