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
4032
Binding grid to business object
posted

Hi, I'm playing around to find the best approach to display my task schedule in win grid.

In the first column down, employees should be displayed. To the right, every column stands for one day containing the working task for one employee. My business object has therefore two lists of objects: One list of objects A (employe plans), and every object A has a list of object B (tasks per days).The same day can have more than one task.

Is it possible to bind my business object directly to grid? How I can achieve that the days are generated to columns not rows (pivot) ?

Another approach I'm thinking about is to use UltraDataSource and setup bands and columns from code depending of my business object.

Thanks for any suggestions.

Markus

Parents Reply Children
No Data