how to add button column in Datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,
I was wondering if I can extend the Windows Forms Datagrid to add my own
ButtonColumn (like in ASP.NET Datagrid). I also would like to add my own
Formatted Text box column. Is it possible to extend the current Datagrid to
do this.
Please let me know
Thanks
 
I 've used that, but the problem with using ExtendedDataGrid is that the
buttons are not visible when the datagrid loads. Only when your enter the
button column cell, the button will be visible. Is there any way to make the
button visible without having to enter the cell?
Thanks,
Rajiv
 
Back
Top