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

RowEditEnded does not fire when edit inline on Grid that only has one row

2 Answers 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
khai
Top achievements
Rank 1
khai asked on 24 Jun 2014, 06:33 AM
Hi Telerik,

RowEditEnded does not fire when edit inline on Grid that only has one row. 
If Grid has more than one row, when I edit inline a row, I can click on another row and this event will fire. In this event, I will implement saving function.
But if Grid has only one row, I click to the empty space below but Grid still know I select the old row and this event does not fire.
(Hit Enter always affect, but some users don't know this way)
How to fix this issue?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 25 Jun 2014, 08:49 AM
Hi,

We are aware of this behavior and it is actually supposed to work like this. The reason is that when there are row details for the row, then clicking inside their area would cause the entire row to commit edit, which would not be expected.

You can click on any other cell of the same row to commit the cell edit. However, in order to commit the entire's row edit, you should press the Enter key or the Tab key to the end of the editable cells on the same row.

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
khai
Top achievements
Rank 1
answered on 29 Jun 2014, 02:56 PM
Thanks for your reply, Didie.

Tags
GridView
Asked by
khai
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
khai
Top achievements
Rank 1
Share this question
or