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
275
Sync WebScheduleInfo in main window with custom AddActivity page
posted

Ok I have figure out how to make custom provider. Now my problem is :

How to sync between WebScheduleInfo control in main window with customize opened AddActivity page.

How to pass selected date from WebXXXView to new AddActivity so it filled start date with selected date ? Or if what I select and edit activity in WebXXXView, how to pass parameter to popup AddActivity page ?

What should I do after I click either SAVE and CANCEL btn in activity page to sync back to the caller which is contain WebDayView and WebScheduleInfo ? ( what client script should I called or anything else )

Tanx