Hello
I installed the new 2011 Q1 telerik dll and now radfileexplorer dosent work. If I build a webpage only containing radscriptmanager and the fileexplorer like this:
I get this error:
What could be the reason for this?
I installed the new 2011 Q1 telerik dll and now radfileexplorer dosent work. If I build a webpage only containing radscriptmanager and the fileexplorer like this:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"> <Scripts> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> </Scripts> </telerik:RadScriptManager> <div> <telerik:RadFileExplorer ID="fileexplorer1" runat="server" Width="500" Height="500"></telerik:RadFileExplorer> </div>I get this error:
No property or field 'error' exists in type 'DataRowView'
What could be the reason for this?