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
665
Dynamically Design Layout
posted

I have a dynamic datasource which is bound to a ultracombo control. Datasource can be of type DataTable or List<T>. T Represents a certain class where each class has multiple column attributes that describe the look of a column (ColumnAttribute (int Index, string Title, string BoundColumnName, int Width).

I think I have to create a band, create some columns etc. and then add the band to DisplayLaout.BandsSerializer. Is this correct? I only want to do this once. But when I look at Bands.Count there is allways 1. Means there is allready a band. This is the one created during databinding?

Is ther a best practice to achieve this?

Kind Regards

Patrick

Parents Reply Children
No Data