Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

I have a grid that consists of header row, and more rows below it. It looks like this:


pic1.jpg


When I run my UITest, use REPL and then "tree" command, this is the result:


pic2.jpg


As you can see I can see text values of the first row (i.e "Defectnumber" and "external No"), but when it comes to the second row, I can see only labels (i.e "R1C3", "R1C4", "R1C2", "R1C1"). I want to get text values from the second row (i.e. "01410.V-009" and "InitialDLTest1") but I can't because there is no "text" proberty and REPL doesn't see them.


Everything worked fine in 17.2.0.51 but as of the newest version, it stopped working.