This question is locked. New answers and comments are not allowed.
I am trying out radgrid silverlight control. From Help I choose Controls->RadGridView->Tutorial->Getting Started, and copy and paste the code there into my project. However code fails at the highlighted line below with Too many arguments to 'Public Sub New()'
Private Function GetObservableObjectData() As ObservableCollection(Of Customer)
Return New ObservableCollection(Of Customer)(GetData())
End Function
... is it a problem in the documentation? I have copied the code exactly.