You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddNewRow position can be changed by setting `SfDataGrid.AddNewRowPosition` property.
61
+
The position of the AddNewRow in SfDataGrid can be customized using the `SfDataGrid.AddNewRowPosition` property. By default, this property is set to Top.
62
+
The following code snippet demonstrates how to change the AddNewRow position to Bottom in SfDataGrid:
62
63
63
64
{% tabs %}
64
65
{% highlight xaml %}
@@ -88,7 +89,38 @@ public partial class MainPage : ContentPage
SfDataGrid adds new data item from AddNewRow at the end of collection. When data operations (sorting, grouping) performed, the new item added based on data operations. You can customize the newly added data item position by setting [SfDataGrid.NewItemPlaceHolderPosition]().
0 commit comments