I have a very simple model.
Users can choose multiple surfaces to show the scheduled events. Basically I have to group them ( in all views) by each surface name.
Something very similar to your first look example. But we get all that data from a database. So the surface selection is always dynamic.
And each surface has it's own color elements. Also, each appointment belongs to a particular customer and users can assign different color properties to each of these clients. I want to know, if you guys can give me a full ( event if it is simple) example of how I can achieve this using XML as my data source? I am kind of new to your controls.
Users can choose multiple surfaces to show the scheduled events. Basically I have to group them ( in all views) by each surface name.
Something very similar to your first look example. But we get all that data from a database. So the surface selection is always dynamic.
And each surface has it's own color elements. Also, each appointment belongs to a particular customer and users can assign different color properties to each of these clients. I want to know, if you guys can give me a full ( event if it is simple) example of how I can achieve this using XML as my data source? I am kind of new to your controls.