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

Issue with wpf datagrid and scrollintoview

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Helga
Top achievements
Rank 1
Helga asked on 20 Jul 2015, 01:34 PM

Hi,

I want to go through all the  cells in a WPF demo grid (as opposed to all the visible cells contained in the grid).
I found out the way to go through all visible cells but didn't get any solution to go through all the cells contained in the grid(visible or not).
Since I have a requirement where I have to search for a particular type of item in the data grid and then click on it. 
But when I am trying to search it in the data grid, initially I was unable to found this item as the number of rows present in the data grid found through Telerik were only the rows that were visible. Below is the link that I found for visible rows.
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/wpf/go-through-grid-cells

Could you please help me to find the number of all rows in thr grid (visible and non visible) for a WPF App. not silverlight.
Need it on urgent Basis in my Project, any help will be appreciated.

 

Thanks

Mamta

1 Answer, 1 is accepted

Sort by
0
Pavel Kotsev
Telerik team
answered on 23 Jul 2015, 07:33 AM
Hello Mamta,

I think you can find useful information here:
http://docs.telerik.com/teststudio/advanced-topics/coded-samples/silverlight/radgridview-automation/scrolling
The article is in the Silverlight section however the same approach should work for WPF, too.

Regards,
Pavel
Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Helga
Top achievements
Rank 1
Answers by
Pavel Kotsev
Telerik team
Share this question
or