This question is locked. New answers and comments are not allowed.
In one of your samples, you add a handler for the grid row Edit.EndedEvent. We use VB, and we cannot get this to work. VisualStudio is complaining that EditEndedEvent is not part of GridViewRow.
this
.RadGridView1.AddHandler(GridViewRow.EditEndedEvent, new EventHandler<RecordRoutedEventArgs>(this.OnEditEnded));
Please provide an example of this in VB.
Thank you very much.
Jeff
