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
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