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

Sequence of events

1 Answer 98 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Virendra
Top achievements
Rank 1
Virendra asked on 05 May 2009, 05:09 AM
Hi,
After gridload, when we move to a cell to edit it,
Is it my understanding of event sequence is correct
SelectionChanged
CurrentCellChanged
BeginningEdit
CellEditEnded
RowEditEnded

and same sequence is repeated once we one to next cell in defferent row.

Thanks
virendra
 

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 06 May 2009, 12:29 PM
Hi Virendra,
Depending on the ValidationMode of the RadGridView there are two cases:

ValidationMode=Cell
SelectionChanged
CurrentCellChanged
BeginningEdit
SelectionChanged
CellValidating
BeginningEdit
CellEditEnded
CurrentCellChanged


ValidationMode=Row
SelectionChanged
CurrentCellChanged
BeginningEdit
SelectionChanged
RowValidating
CellEditEnded
RowEditEnded
CurrentCellChanged
CurrentCellChanged

Kind regards,
Pavel Pavlov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Virendra
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or