This question is locked. New answers and comments are not allowed.
There are 6 errors. Amendment entrusts
MainPage.xaml.cs
MainPage.xaml.cs
//Error 1
MessageBox.Show(this.RadGridView1.Records.Count.ToString());
//Error 2
string TestNum = "";
if (RadGridView1.Records.Count > 0)
{
for (int i = 0; i < RadGridView1.Records.Count; i++)
{
TestNum += i + " : Check OK! \n";
}
MessageBox.Show(TestNum.ToString());
}
//Error 3
DatePickerEditorSettings datePickerEditorSettings = new DatePickerEditorSettings();
//Error 4
this.RadGridView1.ValidationMode = ValidationMode.Cell;
//Error 5
ComboBoxEditorSettings comboBoxEditorSettings = new ComboBoxEditorSettings();
MainPage.xaml
<
telerik:RadGridView
x:Name
=
"RadGridView1"
DataMemberPath
=
"Name"
>
Error : DataMemberPath
Existing source version : Q1 2009 (version 2009.1.312)
The fringe land wants the version which : Q1 2010 SP2 (version 2010.1.0603)
Existing source version : Q1 2009 (version 2009.1.312)
The fringe land wants the version which : Q1 2010 SP2 (version 2010.1.0603)