ComponentOne DataGrid for WPF and Silverlight
InteractionMode Enumeration

C1.Silverlight.DataGrid.Ria Namespace : InteractionMode Enumeration
Represents the valid interaction modes for the C1RiaAdapter when modified data needs to be committed in order to sort, filter or group the C1DataGrid data.
Syntax
'Declaration
 
Public Enum InteractionMode 
   Inherits System.Enum
public enum InteractionMode : System.Enum 
Members
MemberDescription
NoneThis mode does not provide any special handling for uncommitted changes
PreventiveThis mode disables the features that are not allowed when there are uncommitted changes.
PromptThis mode asks the user to commit changes before it continues to perform operations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.DataGrid.Ria.InteractionMode

See Also

Reference

C1.Silverlight.DataGrid.Ria Namespace