Posted 13 years ago
by Mary Fontana
-
Rudolph Technologies
I have a property item that is a collection of booleans that represent the days of the week. I am using List<Boolean>
I created a custom ExpandableCollectionConverter to override ConvertTo method.
Instead of showing "7 items" it displays the items that are true in the list.
so if only the first 2 are set then it will display "Mon, Tue"
My problem is when I change a value of one of the items in list, it does not call the ConvertTo method again. Is there a way to force the redisplay of the list value field.
Thanks in advance,
Mary
[Modified at 10/27/2011 09:08 PM]
I created a custom ExpandableCollectionConverter to override ConvertTo method.
Instead of showing "7 items" it displays the items that are true in the list.
so if only the first 2 are set then it will display "Mon, Tue"
My problem is when I change a value of one of the items in list, it does not call the ConvertTo method again. Is there a way to force the redisplay of the list value field.
Thanks in advance,
Mary
[Modified at 10/27/2011 09:08 PM]