Conflict Resolution
Description
Conflict Resolution Properties to define how conflicts in a FormView Control should be resolved.
- Name
- Description
- Method for resolving conflicts
How should write conflicts be resolved. If 'Custom' then specify code for the 'resolveConflict' event.
- Editor set
The Editor set to use for conflict resolution.
- Editor
The Editor to use for conflict resolution.
- resolveConflict
Fires when a synchronization conflict occurs. Your Javascript can reference 'column' -- the name of the field on which the conflict occurred and 'conflictObj' - an object with information about the conflict.