I am using Infragistics's WinListVIew (7.3 version)
I want to use radio buttons in list view.
plesase reply, how to get radio button in WinListView
Thanks in advance
Thanks for reply Brain.
After making changes that you have suggested, I got radio buttons. But i am unable to select radio button.
I also want first radio button, then after that, an image and text.
please reply,
thanks in advance.
Please can you give a sample of code for this
You have to assign an Infragistics.Win.OptionSetEditor instance to the column's Editor property, and also assign an Infragistics.Win.ValueList to the column's ValueList property. Note that since the OptionSetEditor displays all of its associated ValueListItems, if there is a large number of items in the ValueList, the items will take up a huge amount of space, so you should only do this if you have a short list.