We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to change the position of the newly added row in Treegrid


In TreeGrid, user can add new rows either by toolbar or by context menu. For a newly added row user can set the position by using the RowPosition property. Following are the values for RowPosition property:

  1. Top – New row will be added at the top of all rows.
  2. Bottom - New row will be added at the bottom of all rows.
  3. AboveSelectedRow - New row will be added above the selected row.
  4. BelowSelectedRow - New row will be added below the selected row.

Please refer the following code snippets for more details.

Code snippets:

ASP

<body>
     <form id="Form1" runat="server" onsubmit="return false">
        <ej:TreeGrid runat="server" ID="TreeGridControlEditing">
        <EditSettings AllowEditing="true" AllowAdding="true" AllowDeleting="true" EditMode="cellEditing" RowPosition="BelowSelectedRow" />
         //...
        </ej:TreeGrid>
      </form>
</body>
 

 

2X faster development

The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile