Hi,
I have downloaded the Telerik components recently, but no skin is available for ComboBox although they are available in the directory (C:\Program Files\Telerik\UI for ASP.NET AJAX R1 2017\Skins)
Regards,
Sara
I have few text boxes and one RadAsyncUpload in the form.
When the form is submitted i am validating the text boxes in the server side and showing the validation message.
when the validation message box is shown, The RadAsyncupload controls is getting cleared.
I want to have the radAsyncUpload Control values to be persisted for the subsequent submit.
Thanks
Hi,
I want to upgrade from RadChart to RadHtmlChart. I am using version 2014.2.724.
Below is my current code with RadChart:
<radc1:radchart id="chart1" Width="700px" Margins-Top="20%" Margins-Right="2%" Margins-Left="5%"
Margins-Bottom="20%" Runat="server" align="centre" TextQuality="ClearTypeGridFit" ImageQuality="AntiAlias">
<Appearance FillStyle-MainColor ="White" FillStyle-SecondColor="AliceBlue" Border-Color=""></Appearance>
<PlotArea Appearance-FillStyle-MainColor ="White" Appearance-Corners="Rectangle,Rectangle,Rectangle,Rectangle,6"
Appearance-FillStyle-SecondColor="White">
<XAxis
Appearance-TextAppearance-TextProperties-Font="Arial, 6pt" Appearance-LabelAppearance-RotationAngle ="340"
Appearance-MajorGridLines-Color ="DimGray" Appearance-MinorGridLines-Color ="DimGray"
Appearance-MinorGridLines-Visible ="false" Appearance-MajorGridLines-Visible ="false"
Appearance-MajorTick-Length=2 Appearance-MajorTick-Color ="#C9C9C7"></XAxis>
<YAxis Appearance-TextAppearance-TextProperties-Font ="Arial, 6pt" Appearance-Color="#C9C8C7" MaxValue="80"
MinValue="-100" MaxItemsCount="15" Step="20" Appearance-MajorGridLines-Color ="DimGray" Appearance-MajorGridLines-Visible ="true" Appearance-MinorGridLines-Visible ="true" Appearance-MajorTick-Color ="#C9C8C7" >
<AxisLabel Visible="True" TextBlock-Text ="Number of Cases" Appearance-Position-Auto="true" TextBlock-Appearance-TextProperties-Font ="Verdana, 11px" TextBlock-Appearance-TextProperties-Color ="Black">
</AxisLabel >
</YAxis>
</PlotArea>
<Legend Visible="False">
<Appearance FillStyle-MainColor ="White" FillStyle-FillType ="Solid" Border-Color="227, 227, 227"></Appearance>
</Legend>
<ChartTitle TextBlock-Text ="Outstanding Cases - Number" TextBlock-Appearance-TextProperties-Font ="Arial, 10pt, style=Bold" TextBlock-Appearance-TextProperties-Color="128, 128, 255"
TextBlock-Appearance-Position-AlignedPosition="center" >
<Appearance FillStyle-FillType ="Solid" FillStyle-MainColor ="White" Border-Color="White"></Appearance>
</ChartTitle>
</radc1:radchart>
I am binding the chart data at server side.
Please suggest
We have an older version (2013.3.1010.45) of telerik and have recently started to see some errors with radchart. How do we handle this type of error and what is the cause of this error?
Exception of type 'System.Web.HttpUnhandledException' was thrown.
Image could not be created at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.search_mydashboard2_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I can't seem to figure out how to keep the "Remove" button on the same line as uploaded media file. When the file name is really short it stays on the same line but if the file name gets longer the "Remove" button drops down below. There is plenty of horizontal space for both to be on the same line.
~Thx
Okay, this took me a while to track down as the source of the problem, but I am out of options here and at my wits end. Every conversation I see even close to this is at best 2 years old, most 2010 or older, so I am desperate for help.
Short version:
-- radGrid on the page, GridClientSelectColumn set as first column, grud set to have AllowMultiRowSelection="true"
-- after multiple items selected, radwindow used to allow user to edit selected item(s)
If at any time after the window appears (whether it closes or not) any button that does a postback - partial or full - always throws a "Unable to cast object of type 'System.Int32' to type 'System.String'." error. I remove the "AllowMultiRowSelection="true"" (or otherwise set it to "false") everything works perfectly. If it is true, I always get the error, specifically when the grid refreshes. It does not fire any server-side code; the code dies well before it even gets to that point. The same happens is I set a radbutton to be AutoPostback="false" but then try to refresh the grid using client code; if I skip refreshing the grid completely, but I must refresh the grid each time to ensure I have the latest data on it.
Hi EveryOne!
I have been working on my own skin with base on custom telerik skin for my website and I'm having trouble with the Calendar,
As you can see in the Image, the days and numbers are not fit in the whole box so you can see other numbers that are not suppose to be...
I'm looking forward to someone that can help :),
Dear All
I looking for some activation of some features which are described in UI for WPF, I cant found it for Ajax
under WPF it is described that it will be possible to set
RoutingGridSize
AvoidShapes
WallOptimization
etc...
How can I set them in Ajax?
Cheers