Xceed DataGrid for Silverlight Documentation
InsertionRow Class
Members  Example 


Specialization of the DataRow class that allows new data items to be added to a grid.
Syntax
'Declaration
 
<StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.InsertionCell)>
<TemplateVisualStateAttribute(Name="WatermarkVisible", GroupName="WatermarkStates")>
<TemplateVisualStateAttribute(GroupName="WatermarkStates", Name="WatermarkHidden")>
Public Class InsertionRow 
   Inherits EditableRow
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As InsertionRow
[StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=Xceed.Silverlight.DataGrid.InsertionCell)]
[TemplateVisualStateAttribute(Name="WatermarkVisible", GroupName="WatermarkStates")]
[TemplateVisualStateAttribute(GroupName="WatermarkStates", Name="WatermarkHidden")]
public class InsertionRow : EditableRow, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Remarks
By default, an insertion row is not displayed; however, one can be added to the header or footer sections of grid (see Headers and Footers topic).
Example
<sldg:DataGridControl.FixedHeaders>
   <sldg:InsertionRow/>
</sldg:DataGridControl.FixedHeaders>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Xceed.Silverlight.DataGrid.ControlBase
                  Xceed.Silverlight.DataGrid.Row
                     Xceed.Silverlight.DataGrid.EditableRow
                        Xceed.Silverlight.DataGrid.InsertionRow

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

InsertionRow Members
Xceed.Silverlight.DataGrid Namespace

Manipulating Data

Editing and Inserting Data

Send Feedback