More dataGrid

  • Thread starter Thread starter web1110
  • Start date Start date
W

web1110

Hi y'all,

Can anyone point me to a good step by step technique for adding DropDown
controls into a DataGrid?

I don't understand the relationship of all the pieces and how they tie
together.

Thanx,
Bill
 
Can anyone point me to a good step by step technique for adding DropDown
controls into a DataGrid?

I don't understand the relationship of all the pieces and how they tie
together.


Try FlyGrid.Net (http://9rays.flygrid.net), to add dropdown control simply
add DropdownList Column and use any Windows.Forms control as dropdown (see
the FlyGrid.Net Demo)
 
Back
Top