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

[Solved] Small Error/Typo on Help page

1 Answer 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Flores
Top achievements
Rank 1
Flores asked on 24 Jun 2011, 11:15 AM
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:
private void Button_Click( object sender, RoutedEventArgs e )
{
   
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

Just wanted to let you know.

Kind regards,
Ronald

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 27 Jun 2011, 07:13 AM
Hi,

Thank you for pointing it out. It will be updated immediately.  

Regards,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Flores
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or