All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi
The HTML5 viewer is opened on a button click event. I want to validate if this viewer is opened correctly.
for Silverlight viewer i can use the blow code to validate.
SilverlightApp app = man.ActiveBrowser.SilverlightApps()[0];
app.loaded ,can be used to check. Please help me for HTML5 viewer.