Hi,
I am using UltraDayView/UltraWeekView having multiple owners , i have added check boxes to the each Day column of UltraDayView/UltraWeekView from your link
http://es.infragistics.com/community/forums/p/93126/460742.aspx#460742
Also made addition changes using this link http://es.infragistics.com/community/forums/t/94193.aspx
The sample you provided has a ultraGrid1 which displays 2 columns owner_name and checked_ind, now if it has one more boolean column say 'IsEnabled'(checknox column) and based on this Boolean value, i want these check-boxes to be enabled/disabled for that particular owner.
For example, if for owner 1 the Boolean value is True then all the check boxes for each day column of owner 1 should be enabled(i.e. Editable), if for owner 2 the boolean value is False then all the check boxes for each day column of owner 2 should be disabled (i.e non - editable) and so on
Also user can check/uncheck this column (IsEnabled) at runtime and it should make the check boxes enable/disable at runtime.
Thanks,
Chitra
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.
Thank you for contacting Infragistics Developers Support.
Please check the attached solution where I have added the necessary column in the grid. Please note I have changed the OwnerState class. It now contains the state of the checkboxes – enable or not, as well as a collection of dates with the state of the check box for each date.
Please let me know if this is what you are looking for or if I am missing something.