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

RadGridView row edit canceled - view not restored

2 Answers 158 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Evgeny
Top achievements
Rank 1
Evgeny asked on 27 Feb 2011, 10:52 PM

Hello,

I have a RadGridView Control and I can't get it to restore a row after canceling an edit.

For example if I'm editing one cell, then editing another cell in the same row then press ESC twice 

I expect both of the cells to return to their previous state because the data source, correctly, isn't changed, but only

the last edited cell is changing.

It does work well however on your sliverlight demos, for example here:  http://demos.telerik.com/silverlight/#GridView/Commands

Thanks

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Feb 2011, 08:50 AM
Hello Evgeny,

The default behavior is just as in our demos - double-pressing the Esc button should cancel the changes made for the entire row. As this is not the case in your application, I would need a bit more details about your scenario and particular settings. Any additional details and code-snippets would be helpful. Do you handle some of the grid's events ?

 

Kind regards,
Maya
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Evgeny
Top achievements
Rank 1
answered on 28 Feb 2011, 02:34 PM
Hello Maya,

Thank you for you response, I apologize for your time, the problem was that my items weren't raising property changed events.

Evgeny
Tags
GridView
Asked by
Evgeny
Top achievements
Rank 1
Answers by
Maya
Telerik team
Evgeny
Top achievements
Rank 1
Share this question
or