Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
How to get radio button in WinListView
posted

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

 

Parents
No Data
Reply
  • 69832
    Offline posted

    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.

Children