Hi,
I am using UltraDayView/UltraWeekView having multiple owners , i have added check boxes to the each Day column of UltraDayView/UltraWeekView from your below link.
http://es.infragistics.com/community/forums/p/93126/460742.aspx#460742
I am having issue with getting the state of these check boxes on load.
For Example: On load, if for Owner 1 i want, Monday's and Tuesday's check state as True and others as False, for Owner 2 i want Thursday's, Firday's and Staturday's state as Trues rest false and So on... How can i get these checked state on load?
Thanks,
Chitra
For example,
Hello Chitra,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Hi Milko,
I need one more help with this, i have UltraGrid that displays 2 columns 'Owner_name' and 'Check_ind', Check_ind column is Check Box Column.
What i want is when user changes the state of Check Box in the UltraGrid against the Owner, than in UltraDayView/UltraWeekView all the states of check-boxes in each day header for that owner shoule also change.
For Example: If i have 2 Owners, say Owner1, Owner2. Currently for Owner1 all check-boxes in each day header are in False State, also in UltraGrid the check-box againts Owner1 is in False State. Now if i change the state to True in UltraGrid for Owner1, i want all the check-boxes in each day header for that Owner to be in True state.