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

Behaviour Just like Access

1 Answer 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 14 Oct 2010, 09:51 PM
Hello,

Can you provide me with guidance how to create Grid just like Ms Access.
Insert row is always visible on the top of the grid and once user leaves a row in insert mode new insert row is created.

I am using MVVM

thanks

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 19 Oct 2010, 09:33 AM
Hello Thomas,

I believe such behavior is achievable . You will need to call the BeginInsert method of RadGridView , once the user has finished editing the previous row to ensure a new insert row to appear.

The attached project demonstrates something similar - after the user navigates out of the last row with tab key , a new insert row is displayed .

Please use this code as a starting point.

Pavel Pavlov
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
Tags
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or