or
hi all
please tell me
how to take row index in telerik gird in selected row
SilverlightApp app = ActiveBrowser.SilverlightApps()[0];
In another thread, I find someone was asking this question, but there is no correct answer now.
settings.EnableSilverlight=
true; : still has the timeout
Manager.Settings.ExecuteCommandTimeout = (200000); still has the timeout
Use fiddler-> Inspector-Header: No response data about application/x-silverlight-app
When I debug it, I find app[0].Count=1 (really has the data) , but I really don't know why it shows the timeout error.
Any idea to fix this issue?
Thank you,
Ray