Previously we used UpdatePanel Asp.net, we are now using RadAjaxManager. We need to exclude certain controls.
In UpdatePanel is solved with "Trigger". What is the solution in telerik?
there is no cols.LabelsAppearance.RotationAngle
http://www.telerik.com/help/aspnet-ajax/htmlchart-server-side-api.html seems to indicate that I should be able to do it and the demo has the ability to do it.
I just used the telerik control panel to make sure I had the latest and the telerik upgrade wizards does not appear to be finding something else for me to upgrade to.
These are the values.
Version: 2012.3.1205.40
Runtime: v4.0.30319
ColumnSeries cols = new ColumnSeries();
cols.Name = "Sam Adams";
cols.TooltipsAppearance.Visible = false;
cols.Appearance.FillStyle.BackgroundColor = System.Drawing.Color.Red;
cols.LabelsAppearance.Position = Telerik.Web.UI.HtmlChart.BarColumnLabelsPosition.InsideBase;
cols.Items.Add(15000);
cols.Items.Add(23000);
cols.Items.Add(10000);
cols.Items.Add(16000);
RadHtmlChart1.PlotArea.Series.Add(cols);
Hello,
I saw several outdated posts on that topic, I'm not able to paste any text in a multiline radtextbox using IE11 and the latest Telerk release.
<telerik:RadTextBox ID="TxtWall" MaxLength="500" TextMode="MultiLine" Rows="2" Width="516px" Resize="Vertical" ValidationGroup="WallPostGroup" runat="server" />
Any idea about how to fix it ?
Thanks,
Herve