The changes flowed through nicely. The views in my app worked exactly the same as before I made the switch to the ControlViewPresenter inheritance.
Ok. Now, back to my first question.
How do I utilize the ListConverters in a view control that has the presenter injected? Where do I place the code?
Example:
EntityPropertyDescriptors.AddressMasterPropertyDescriptor descriptors = EntityPropertyDescriptors.AddressMaster;
SetBindingListConverter(descriptors.CarrierMaster, ListConverterNames.CarrierList);
SetBindingListConverter(descriptors.Carrier, ListConverterNames.CarrierIDList);
Thanks for any insight here,
Bill
Edited by Linguinut - 02-Oct-2007 at 12:29pm