Hi.
I am using WebAii to automate the testing of a Silverlight web app.
I have a RadGridView; in this grid there are 10 cells, but only 6 cells are visible to the client due to the size of the columns. You need to use the scroll-bar to view the remaining 4 cells.
With WebAii, I can only find the 6 cells that are in the visual tree, and since Telerik grids use cell recycling, WebAii is not aware that there are another 4 cells in the grid.
How can I access these remaining 4 cells?
I am using WebAii to automate the testing of a Silverlight web app.
I have a RadGridView; in this grid there are 10 cells, but only 6 cells are visible to the client due to the size of the columns. You need to use the scroll-bar to view the remaining 4 cells.
With WebAii, I can only find the 6 cells that are in the visual tree, and since Telerik grids use cell recycling, WebAii is not aware that there are another 4 cells in the grid.
How can I access these remaining 4 cells?