It there a way to know that data has been loaded into a grid usin coded step?
I need to know that data has been loaded in the grid successfully.
I can use a DataItems count (of a Telerik.TestingFramework.Controls.KendoUI.KendoGrid) and wait when the count will be more 0.
But sometimes I can have a case where the DataItems count is 0
I need to know (from Test Studio) that dataBound event has been fired for kendo grid object in a browser.
Thanks.