Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views

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

Ivan Danchev
Telerik team
 answered on 31 Jan 2017
9 answers
1.0K+ views

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

Ivan Danchev
Telerik team
 answered on 31 Jan 2017
0 answers
124 views

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

harshal
Top achievements
Rank 1
 asked on 31 Jan 2017
36 answers
1.6K+ views
Hello,

I want to add "ALL" option to my RadGrid Page Size combo. I want the options 50,100,150,ALL. I know we can customize the page size option. However when I am adding the "ALL" option, it is returning an error "Input string was not in correct format". The requirement is when selecting the "ALL" option I want to show all the records in the Grid.

Please advise!

Thank you,
Asok
Daniel
Top achievements
Rank 1
 answered on 30 Jan 2017
1 answer
56 views

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)

John
Top achievements
Rank 1
 answered on 30 Jan 2017
2 answers
184 views

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

Pavlina
Telerik team
 answered on 30 Jan 2017
1 answer
446 views

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.

Bryan
Top achievements
Rank 1
 answered on 30 Jan 2017
2 answers
39 views

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 :),

 

Tina Stancheva
Telerik team
 answered on 30 Jan 2017
8 answers
1.5K+ views
AllowedFileExtensions on RadAsyncUpload is case sensitive. So when setting AllowedFileExtensions to "doc, docx" it won't accept any DOC or DOCX extensions. How can I enable AllowedFileExtensions to be case insensitive?
Konstantin Dikov
Telerik team
 answered on 30 Jan 2017
1 answer
82 views

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

Vessy
Telerik team
 answered on 30 Jan 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?