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
80
Databind UltraListView
posted

Hello,

We are using Infragistics v9.2 controls.

I have replaced the native listbox with the UltraListView (View set to "List" and ViewSettingsList.MultiColumn set to False)

How do I databind the ArrayList of objects or List<strings> to the UltraListView because I don't see any DataSource property (which was available for the native listbox control)?

Thanks

 

 

Parents
No Data
Reply
  • 220
    posted

    Hey,

    The best info I've found on this topic is here:

    http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=9996

    Sadly it states that you can't databind to this control, and goes on to show you how to use AddRange.

    Good luck with your search.

Children
No Data