Hi,
I want to add Check boxes in the OwnerHeader, as shown in the figure.
Also if there is only one owner i still want ultradayview to display the owner Header. It only shows the header if multiple owners are checked.
Thanks
Hi Histro,
I used your code to solve the Overlapping issue i had addressed earlier.
I want to know is there any way i can Fix the position of the Owner Header Name?
Thanks,
Chitra
i am looking forward for the reply on the above query.
Chitra.
This still does not work for me.
In my project I am setting the visibilty of unassignedowner to false as shown below(because I dont wont to show the unassignedowner at all)
Owner unassignedOwner = this.ultraCalendarInfo1.Owners.UnassignedOwner;
unassignedOwner.Visible = false;
And i have added other 5 owners, of which i have set that minimum 1 owner's visiblity is true.
And i checked in my entire project i have not set
ultraDayView1.ShowOwnerHeader = Infragistics.Win.DefaultableBoolean.False;
instead i also tried setting it to true, but still does not work.
Is it because i have set the visibility of unassigned owner to false?
Hello Chitra,
After you run my sample you will see that even if you have one owner it’s header is still there, so maybe you are setting
Thank you for using Infragistics Components.
Hi Hristo,
Thanks for the sample will check it. Also i am waiting for the update on following query:
If there is only one owner i still want ultradayview to display the owner Header. It only shows the owner header if multiple owners are checked/visible.
Zalak