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!>
Thanks for joining our community and helping improve Syncfusion products!
I have a grid that consists of header row, and more rows below it. It looks like this:
When I run my UITest, use REPL and then "tree" command, this is the result:
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.