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
1175
binding an object with Grid
posted

Hi

I have an object which has some array type propeties. When i bind my object to grid it shows those array type properties just a column. I need those properties to be in a new band. Please guide how to do that?

Regards

Asad

Parents
No Data
Reply
  • 37774
    Suggested Answer
    posted

    Asad,

    I think the problem here is that the .NET BindingManager cannot retrieve the information necessary to display this information in a child band simply from an array.  Instead, you should probably use a generic list (i.e. List<string>)) as your child property.

    -Matt

Children
No Data