Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
358 views
When I export to Excel, can I export other data on the web page into another tab on the excel spreadsheet/workbook?
Hans
Top achievements
Rank 1
 answered on 16 May 2013
2 answers
167 views
Hi,

I have a requirement where I need to define multiple chart areas in a single chart. Is this possible with the ASP.NET Ajax Chart control?

-Vaibhav Goel
Petar Kirov
Telerik team
 answered on 16 May 2013
2 answers
96 views
Hello,

i'm working on RadChart Spline, i set ChartSeries to Bottom, after that i set XAxis.AxisLabel, but Chart Series overlaps XAxis.AxisLabel.
How can i move ChartSeries to Bottom.

Thanks,
Hoang
Top achievements
Rank 1
 answered on 16 May 2013
1 answer
117 views
We are getting this error and are not sure what is causing it.  Any ideas? 

We are using version 2013.1.403.40 for Telerik.Web.UI.DLL.


System.ArgumentException: Invalid object passed in, ':' or '}' expected. (130): {"Top":0,"Left":0,"DockZoneID":"DashBoardZone2","Collapsed":false,"Pinned":false,"Resizable":false,"Closed":false,"Width":"300px",
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeDictionary(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.BasicDeserialize(String input, Int32 depthLimit, JavaScriptSerializer serializer)
   at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
   at Telerik.Web.UI.RadWebControl.LoadPostData(String postDataKey, NameValueCollection postCollection)
   at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
Time: 5/9/2013 4:03:36 PM
 
Source: System.Web.Extensions
Slav
Telerik team
 answered on 16 May 2013
1 answer
292 views
Hi guys,

I have 2 ComboBoxes, The selection from the first comboBox Will populate the Second ComboBox and will bind the data from a SQL database. This all work perfectly but since i added a RequiredFieldValidator on the first ComboBox if the user fails to select a option from the first combobox the Validation Error will Fire but then when the user selects an item from the first ComboBox ofter being prompted to please make a selection the Second ComboBox fails to populate.

Here is and example of Code i am using for the validation

<td>
<telerik:RadComboBox ID="cboAccount" runat="server" DataTextField="AccountName"
DataValueField="AccountID" EnableLoadOnDemand="True" EmptyMessage="Select Account"
MarkFirstMatch="True"
OnSelectedIndexChanged="cboAccount_SelectedIndexChanged"
AutoPostBack="True" >
</telerik:RadComboBox>
 
 <asp:RequiredFieldValidator ID="ValidateAccount" runat="server"ControlToValidate="cboAccount" ErrorMessage="Please select a value"></asp:RequiredFieldValidator>
 </td>
Shinu
Top achievements
Rank 2
 answered on 16 May 2013
5 answers
465 views
Hi there.
I am almost this close to buying the RadControls ASP.NET Ajax. I do however need to see if this will work.
Can someone kindly tell me how to style the menu items from:

http://demos.telerik.com/aspnet-ajax/menu/examples/appearance/imageonly/defaultcs.aspx?#qsf-demo-source

similar to the following:

http://www.stunicholls.com/menu/pro_dropdown_2.html 

I am not sure how the styling works and how to make it look very similar/close to that as possible. I would really appreciate any samples/advice on this.

Even the sample shown on the telerik demo page link above would be great, showing me all the styling colors, fonts, background etc... etc... but not using images (unless to make it a standing out/3D effect but have the menu name as text only)

Thanks again
Princy
Top achievements
Rank 2
 answered on 16 May 2013
1 answer
223 views
Hello,

I need to place toolbar items in two lines
But don't know how to do. here is attached Image
Ajay
Top achievements
Rank 1
 answered on 16 May 2013
4 answers
344 views
I have a radGrid in a user control which is loaded dynamically into my page via code.  I am able to sort any of the sortable columns in ascending order by clicking the column header.  when I attempt to change the sort to descending by clicking a second time on an already sorted column, the sortable column immediately preceding the column I clicked on gets sorted in ascending order.  This does not happen when this same user control is referenced directly in the page (not loaded dynamically).  Vewstate is enabled.

This is just really odd behaviour which has me stumped.  i thought it might be that the sorting was attempting to use a column index for sorting, and was somehow using the wrong index.  I added a breakpoint to the grid's SortCommand event handler and the information in the GridSortCommandEventArgs (e) says that the sort expression that will be applied on the second click is from the preceding column, not the column I clicked.  I am not hiding or showing columns and the column that is ultimately sorted is not necessarily the column immediately preceding the column I clicked...it is the preceding column that is sortable.

I have attached screen shots of my grid after the first sort and second sort on the same Status column.  In these screen shots, the Recipients column is not sortable.

Thanks for the help!

Sean Severson
Eyup
Telerik team
 answered on 16 May 2013
1 answer
129 views
Is there a way for my users to download multiple files from Web Server to their own drive.
I managed to do the Upload using AsyncUpload, but will need to do the Download as well?
Note: they may need to download up to 50 files so downloading the files one by one is not an acceptable solution.
thank you in advance for your assistance.
Princy
Top achievements
Rank 2
 answered on 16 May 2013
3 answers
372 views
Hello,

i am having this error on my application  ( Framework 4, Silverlight 5, telerik asp net :2013.1 417, telerik Silverlight 2012.3 1129)
both telerik Silverlight and telerik asp net are on the same application

Server Error in '/XEMii.Web' Application.

Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. Le fichier spécifié est introuvable.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. Le fichier spécifié est introuvable.

Source Error:

Line 47: <body> Line 48: <form id="form1" runat="server"> Line 49: <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> Line 50: </telerik:RadScriptManager> Line 51: <telerik:RadSkinManager ID="QsfSkinManager" runat="server" ShowChooser="false" />

Source File: c:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\GSPAF_A_dosfac.aspx    Line: 49

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded.

=== Pre-bind state information === LOG: User = AZECULLY\cch LOG: DisplayName = System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (Fully-specified) LOG: Appbase = file:///C:/XEMii_Source/XEMii/XEMii-3.0.152.0/FrameWorkXEMI/FrameWorkXEMI/ LOG: Initial PrivatePath = C:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\bin Calling assembly : Telerik.Windows.Controls, Version=2012.3.1129.1050, Culture=neutral, PublicKeyToken=5803cfa389c90ce7. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\web.config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Post-policy reference: System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e LOG: The same bind was seen before, and was failed with hr = 0x80070002. 

Stack Trace:

[FileNotFoundException: Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. Le fichier spécifié est introuvable.] System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type) +0 System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext) +180 System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) +192 System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg) +115 System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) +426 System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType) +103 System.Reflection.RuntimeAssembly.GetCustomAttributes(Boolean inherit) +33 System.Web.UI.AssemblyCache.GetAjaxFrameworkAssemblyAttribute(Assembly assembly) +76 System.Web.UI.ScriptManager.get_DefaultAjaxFrameworkAssembly() +399 System.Web.UI.ScriptManager..ctor() +26 Telerik.Web.UI.RadScriptManager..ctor() +68 ASP.gspaf_a_dosfac_aspx.__BuildControlRadScriptManager1() in c:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\GSPAF_A_dosfac.aspx:49 ASP.gspaf_a_dosfac_aspx.__BuildControlform1() in c:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\GSPAF_A_dosfac.aspx:48 ASP.gspaf_a_dosfac_aspx.__BuildControlTree(gspaf_a_dosfac_aspx __ctrl) in c:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\GSPAF_A_dosfac.aspx:1 ASP.gspaf_a_dosfac_aspx.FrameworkInitialize() in c:\XEMii_Source\XEMii\XEMii-3.0.152.0\FrameWorkXEMI\FrameWorkXEMI\GSPAF_A_dosfac.aspx.cs:912308 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +54 System.Web.UI.Page.ProcessRequest() +78 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21 System.Web.UI.Page.ProcessRequest(HttpContext context) +49 ASP.gspaf_a_dosfac_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\xemii.web\81328331\489952e6\App_Web_ev1wcm0f.9.cs:0 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 




Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272             
    

do i miss a reference assembly?

Regards,
Yana
Telerik team
 answered on 16 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?