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
395
Binding an UltraGrid to a 2D array
posted

How do I bind an UltraGrid to a 2 dimensional array in c#?

Thanks.

Parents
No Data
Reply
  • 23930
    Offline posted

    Hello,

    Thank you for contacting Infragistics Developer Support.

    Why do you need to bind the grid to a two dimensional array? Binding to arrays which are not one dimensional is not supported. What you could is to create a DataTable from the array and use this DataTable instead, see the attached sample.

    Please let me know if you have any additional questions.

    WG_BindToTwoDimArray.zip
Children