Version

UltraGridRowEditTemplate Class

The RowEditTemplate is provided as a means of editing a row in the grid using a customizable interface.
Syntax
'Declaration
 
Public Class UltraGridRowEditTemplate 
   Inherits Infragistics.Win.IGPanel
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement 
public class UltraGridRowEditTemplate : Infragistics.Win.IGPanel, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement  
Remarks

Note: A single instance of a RowEditTemplate cannot be associated with multiple UltraGridBands.

Note: The associated UltraGrid cannot be edited while a RowEditTemplate is shown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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