Radio button in datagrid

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?
 
T

TT \(Tom Tempelaere\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top