Hi
plz look at this image:
http://picturepush.com/public/4862692
My client is saying that this long width view of dayview control doesnt look nice at all.
However he likes when dayview is showing all the week's data as shown in the following shot:
http://picturepush.com/public/4862852
Now he wants the one day column appearance to match the column width of those columns in the week view. Like one day column for one owner shud be pretty narrow in width, ie shud not span to the whole width of the screen. But the ultradayview is docked full, and i'm confused how to achieve it. Plz advice.
thanks.
Set the GroupingStyle property to 'DateWithinOwner'
I just wrote this:
ultraDayView1.GroupingStyle = DayViewGroupingStyle.DateWithinOwner
but the view remains the same as the first screenshot I mentioned. Its a single owner and a single day display, and the width remains stretched upto the end of the screen.