I have successfully managed to extract data from an element into a DataBindVariable and have also managed to then use that data later in the test by placing it into a text box. I now need to verify that the same data is found in a tablecell within a radgrid that I have on screen and then subsequently double-click on the item. My issue is that I seem unable to locate the tablecell item by referencing the databoundvariable. I have tried editing the element and changing the find settings TextContent tag to look for $(mydataboundvar) but to no avail. What am I missing here? Any advice appreciated. See attached screen shot for what I have tried, but does not work as expected.