vote up 0 vote down star

How do I make an Infragistics WinForm Grid to allow only a single row to be selected?

flag

80% accept rate

1 Answer

vote up 0 vote down check

Set following properties of grid control.

MultiSelect=False

SelectionMode=FullRowSelect

link|flag
Thanks for the answer. – Greg Finzer Aug 31 at 12:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.