how does datas pass from event box to custommvc lightbox

in mvc4/razor example,
when i click the event box the datas populate from event box to lightbox.
which function or controller action is used to pass datas from event box to customMVC lighbox.?
There are two actionnames, customsave and native save, what is the difference between them?

Hello,

check theLightboxControl action and view from
Samples\Scheduler.MVC3\Controllers\MVCFormInLightboxController.cs

“native save” - handles operations that can be triggered by native scheduler controls(lightbox, event menu buttons, d’n’d)
Usually it’s code is the same throught all our examples
scheduler-net.com/docs/managing_ … ate_method

“customsave” - handles update from custom form, so the code depends on the form implementation