Version

WebDataGridEditingCoreRoles Enumeration

Roles defined for the ig_dataGrid.css file.
Syntax
'Declaration
 
Public Enum WebDataGridEditingCoreRoles 
   Inherits System.Enum
public enum WebDataGridEditingCoreRoles : System.Enum 
Members
MemberDescription
AddedRowThe CSS class that will be applied to a row that has been added in batch mode.
AddingRowThe CSS class that will be applied to a row that has been added in batch mode.
CountThe amount of roles defined on the EditingCore object.
DeletedRowThe CSS class that will be applied to a row that has been deleted in batch mode.
UndoButtonThe CSS class that will be applied to the undo button input.
UndoButtonHoverThe CSS class that will be applied to the undo button input when hovered.
UndoButtonPressedThe CSS class that will be applied to the undo button input when pressed.
UpdatedRowThe CSS class that will be applied to a row that has had its cell values updated in batch mode.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also