ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1RiaAdapter Class / InteractionMode Property

In This Topic
    InteractionMode Property
    In This Topic
    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