Declined
Last Updated: 07 Jun 2016 05:32 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 06 May 2016 07:44
Category: GridView
Type: Bug Report
0
FIX. RadGridView - Calling BeginEdit in GotFocus event triggers the GotFocus event again
Please refer to the attached project.

Workakround: call the BeginEdit method in the RadGridView.Click event.

Attached Files:
1 comment
ADMIN
Ralitsa
Posted on: 07 Jun 2016 05:31
Reason for decline: 
Calling the BeginEdit method in the handler of the GotFocus event moves the focus from RadGridView to the active editor. 
When clicking on any other cell (x, y), this will trigger the closing of the editor from the previous active cell. 
At this point, the GotFocus and the LostFocus events are fired again because the editor of new clicked cell is activated.