Intersoft.Client.UI.Data Namespace > UXGridView Class : NewRowPosition Property |
<CategoryAttribute("Data Editing")> Public Property NewRowPosition As NewRowPosition
Dim instance As UXGridView Dim value As NewRowPosition instance.NewRowPosition = value value = instance.NewRowPosition
[CategoryAttribute("Data Editing")] public NewRowPosition NewRowPosition {get; set;}
[CategoryAttribute("Data Editing")] public: property NewRowPosition NewRowPosition { NewRowPosition get(); void set ( NewRowPosition value); }
The rows of UXGridView are determined by the number of items specified in items source. If the number of items in items source is less than the available screen estate it will show blank white space.
Setting the EmptyRowsVisibility to Visible enables UXGridView to show empty rows in this blank white space area, to give a better look and feel.
When CanUserAddRows is enabled and EmptyRowsVisibility is set to Visible, you can change the new row position to bottom through NewRowPosition property.
Note that some features are not compatible when CanUserAddRows is enabled and EmptyRowsVisibility is set to Visible such as paging and grouping. |
The following are several ways to enter edit mode when the new row position is set to Bottom:
Target Platforms: 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