Radio button in datagrid

  • Thread starter Thread starter Rob Oldfield
  • Start date Start date
R

Rob Oldfield

I want to include radio buttons in a windows forms datagrid. I realise that
I could just use check boxes, but given the nature of my app, radio buttons
would be nicer. I also don't want to use a combo.

This is clearly going to need a class based on the standard
datagridboolcolumn, but I can't figure out how to do it. Any ideas?
 
Hi Rob,

Rob Oldfield said:
I want to include radio buttons in a windows forms datagrid. I realise
that
I could just use check boxes, but given the nature of my app, radio
buttons
would be nicer. I also don't want to use a combo.

This is clearly going to need a class based on the standard
datagridboolcolumn, but I can't figure out how to do it. Any ideas?

A lot of useful ideas here in this FAQ:
http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx

Hope this helps,
Tom T.
 
Back
Top