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

GridView Inline Adding of new records

2 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 10 Jul 2013, 09:59 PM
Hi,

I have a gridview that is hooked up to a web service, when you edit a cell and move to another cell it calls an update on the web service to update the DB, all works very well.

However, I can't seem to get this functionality working with the 'add new row' row. How do I know when a user has moved away from teh add new row row, so I can then construct an entity object to send to the web services Add method?

Thanks in advance
M

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 15 Jul 2013, 02:52 PM
Hello Matthew,

Thank you for writing.

You can use the UserAddedRow event which is fired right after the end-user has added a new row. Also please consider the following topic where you can find detailed description for the new row: New Row.

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Matthew
Top achievements
Rank 1
answered on 15 Jul 2013, 10:32 PM
Awesome thank Dimitar
Tags
GridView
Asked by
Matthew
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Matthew
Top achievements
Rank 1
Share this question
or