Hi,
I am using WebAii 2.0 for automating Silverlight 3 application.
I have a datagrid in which i have binded an ObservableCollection of Student objects.
So in my test can i get the ItemsSource from the datagrid and manipulate by any means in my test case.
Thanks
Kiran
I am using WebAii 2.0 for automating Silverlight 3 application.
I have a datagrid in which i have binded an ObservableCollection of Student objects.
So in my test can i get the ItemsSource from the datagrid and manipulate by any means in my test case.
<data:DataGrid Name="StudentGrid" ItemsSource="{Binding StudentList}" > </data:DataGrid>Thanks
Kiran