This question is locked. New answers and comments are not allowed.
Hi there,
Just notice a small error/type on one of your silverlight help pages:
http://www.telerik.com/help/silverlight/gridview-managing-data-updating-entry.html
In the c# sections the example states:
Just notice a small error/type on one of your silverlight help pages:
http://www.telerik.com/help/silverlight/gridview-managing-data-updating-entry.html
In the c# sections the example states:
private void Button_Click( object sender, RoutedEventArgs e )
{
this.radGridView.BeginEdit();
}
In the VB section the example states:
Just wanted to let you know.
Kind regards,
Ronald
{
this.radGridView.BeginEdit();
}
In the VB section the example states:
Private Sub Button_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
Me.radGridView.BeginInsert()
End Sub
Me.radGridView.BeginInsert()
End Sub
Just wanted to let you know.
Kind regards,
Ronald