iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I am new to silverlight development and involved in a project creating an MVVM based Booking application.
We are using the UxScheduleView control and I need to map my database EventSource fields to those used by UXScheduleView. From the documentation I see I must use Data Member Path properties but cannot find an example of how and where this is done.
I would very much appreciate a small example of creating a new event where some field mapping occurs.
Thankyou for any assistance
Regards
Rodney
To bind UXScheduleView or any individual view to data, set the EventSource property to an object that implements IEnumerable. Each event in the UXScheduleView is bound to an object in data source.
When the EventSource is specified, UXScheduleView will create a UXScheduleViewEventModel for each item available in the collection. The UXScheduleViewEventModel class represents user data by mapping the important fields as follow: EventIDMemberPath; ParentIDMemberPath; ResourceIDMemberPath; etc.
All member path properties in UXScheduleView already have their default value set. It is not necessary to define these member path again if your data model already matches the default value of the member path.
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname