This is a migrated thread and some comments may be shown as answers.

Inserting a new row in a specific index

1 Answer 116 Views
GridView
This is a migrated thread and some comments may be shown as answers.
rachel
Top achievements
Rank 1
rachel asked on 03 Dec 2014, 06:26 AM
Hi,

I want to insert a row to a specific index which the user chooses, how can i do it? i see that adding a new row is or in the to or at the button not in the muddle of the grid, 

thanks,
Rachel.

1 Answer, 1 is accepted

Sort by
0
Boris
Telerik team
answered on 04 Dec 2014, 02:19 PM
Hello Rachel,

In general you can specify the position of RadGridView's insert row, by setting its NewRowPosition property to one of the available values from the GridViewNewRowPosition Enumeration. So you cannot move the shown insert row to another position. However, you can insert or move an item to a specific index in the ItemsSource collection of RadGridView

In order to guide you better could you please provide us with more information about your scenario?

Regards,
Boris
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
rachel
Top achievements
Rank 1
Answers by
Boris
Telerik team
Share this question
or