
10 Answers, 1 is accepted
Unfortunately with the current version of RadGridView it is not possible. You can set RadGridView.ShowInsertRow = true, and you will see area where user can click to add a new item, but this area for the time being is just below the header row and cannot be moved. We have plans to add enumeration which will control where this insert row should be placed, but I cannot commit with any specific date or release when this will be available.
Don't hesitate to contact us if you have other questions.
Best wishes,Nedyalko Nikolov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

I've already added this feature to our product backlog list. Thank you for your feedback.
All the best,
Nedyalko Nikolov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

You cannot add items in IQuerable<T> however you can do this with IList<T>.
Best wishes,Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

Is there any updates about this?
Thanks.
We have plans to extend add new row functionality to support collections that does not implement IList interface, but unfortunately there is no way to support IQueryable<T> out of the box. IQueryable<T> interface doesn't provide any method that could be used to add new item. Our idea about extending this feature is to discover add method which could be used to add item to the collection and use it.
Greetings,Nedyalko Nikolov
the Telerik team

what about moving new row area to last row of the grid? Was it implemented?
With the current implementation of RadGridView there is no easy way to determine the actual count of items in RadGridView and the position of GridViewNewRow exactly after the last GridViewRow and to keep it synchronized. I strongly recommend you to use the default behavior of GridViewNewRow. Also you may take a look at the following forum thread.
Vanya Pavlova
the Telerik team
