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
585
ValueList in ultralistview
posted

Hi All,

 I am dynamically populating the UltraList View with values by creating UltraListviewItem.The ValueList property under any column always seems to be null in my case. Is the valuelist property will be available only if it is set with some datasource?

Thanks in Advance,

Manikandan

Parents
No Data
Reply
  • 69832
    Offline posted

    The ValueList property will only return a non-null value when you explicitly set it. Typical use is to set it to an instance of the Infragistics.Win.ValueList class (which exposes a ValueListItems collection, to which items can be added), and assign an Infragistics.Win.EditorWithCombo instance to the Editor property, so that you can display a dropdown when the item is edited. If you repost with some more details about what information you are looking for, we can try to point you to the correct property.

Children