ComponentOne DataGrid for WPF and Silverlight
InteractionMode Property

C1.Silverlight.DataGrid.Ria Namespace > C1RiaAdapter Class : InteractionMode Property
If a set of pending changes exists in the client application, the DomainDataSource will not be able to perform a Load operation, this affects filtering, sorting and grouping. The InteractionMode determines the way the C1RiaAdapter will handle this scenarios. Preventive: the C1RiaAdapter will disable the features that are not allowed while there are pending changes. Prompt: the C1RiaAdapter will ask the user to commit changes before continuing. None: no special handling.
Syntax
'Declaration
 
Public Property InteractionMode As InteractionMode
public InteractionMode InteractionMode {get; set;}
See Also

Reference

C1RiaAdapter Class
C1RiaAdapter Members