Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1020
xamSchedule / Categories / ListScheduleDataConnector
posted

Hi

I have a question about categories.
I create custom categories (DataManager.Settings.AllowCustomizedCategories = True)

The add and edit in the current session works.
The values are stored in the recources (DB):
<ActivityCategoryCollection>

<ActivityCategory Color="#FFBFBFBF" CategoryName="111"/>
<ActivityCategory Color="#FF9FDCC9" CategoryName="222"/>

 </ activity Category Collection>
I start the application again, the categories are also shown (Fig. 1) but I can not edit it.
And I add a new addition this will no longer be stored and displayed without color (Fig. 2).
The "test" comes from ActivityCategoryItemsSource
I use custom objects (example: DataModel.Appointment) and mapping with "UseDefaultMappings = True"

Manual settings are required?

What am I doing wrong?

Thank You