I've recorded a test where I select a row in a Kendo grid then verify that a couple buttons have been enabled. When I play back the test, the row never gets selected so the buttons don't get enabled. If I set a break point and step through the test, the row does get selected. I've tried adding various waits, but that hasn't helped. The step where I click on the grid row doesn't have a "simulate real click" property so I can't set that. However, I do have it set as the default for the project. How do I get the grid row to actually be selected when I play the test? Thanks.