0

Flexicious added a radioButtonMode property to its FlexDataGridCheckBoxColumn component. It looks like a radio button but doesn't act like one because it allows me to select each row of data.

Am I missing something? Do I need to write custom code to accomplish this or can I define a groupName somewhere?

How do I make a flexicious grid single select?

Any tips are greatly appreciated.

Thanks!

JeffryHouser
  • 39,401
  • 4
  • 38
  • 59
fumeng
  • 1,771
  • 5
  • 22
  • 61

1 Answers1

1

Have you tried setting selectionMode="singleRow"? If you need additional assistance, reach out to our support and we will be glad to help you out!

flexicious.com
  • 1,601
  • 1
  • 13
  • 21
  • Thank you, that was easy. I'm brand new to the flexicious grid so I'm just getting up to speed. – fumeng Oct 14 '11 at 14:36