Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
187 views
In one of my modules, I have the requirement to draw a custom flowchart based on data stored in the DB.  I won't burden you with the details but suffice to say, it would be a traditional flowchart with shapes similar to this example.

At first I thought I could just use Custom CSS to change the appearance of DIVs but an investigation of this is showing this route to be rather complicated.  One definite complexity is that my client will be running IE7 & 8 for the foreseeable future, which seems to preclude the use of curved shapes, especially when they need to sit on a gradient background.

So I got to wondering if perhaps Telerik offered some control(s) to provide such functionality?  If not, all suggestions would be much appreciated!

Robert W.
Kate
Telerik team
 answered on 10 Apr 2013
1 answer
62 views

In IE10 after click the item  all the items automatically Collapsed
ver:ASP.NET AJAX Q1 2013
the code:

           <telerik:RadPanelBar ID="RadPanelbar1" runat="server" Width="150px" ExpandMode="FullExpandedItem" 
                    Height="600px" PersistStateInCookie="True" CookieName="logsmanage" >
                    <Items>
                        <telerik:RadPanelItem runat="server" Text="管理操作" ImageUrl="~/images/fixed_BuildTeam.png"  
                            Expanded="True" >
                            <Items>
                                <telerik:RadPanelItem runat="server" Text="管理首页" NavigateUrl="~/managehome.aspx"
                                    ImageUrl="~/images/bullet.gif" >
                                </telerik:RadPanelItem>
                                <telerik:RadPanelItem runat="server" Text="参数设置" NavigateUrl="~/configsettings.aspx"
                                    ImageUrl="~/images/bullet.gif" >
                                </telerik:RadPanelItem>
                                <telerik:RadPanelItem runat="server" Text="城市列表管理" NavigateUrl="~/AreaInfoManage.aspx"
                                    ImageUrl="~/images/bullet.gif">
                                </telerik:RadPanelItem>
                                <telerik:RadPanelItem runat="server" Text="系统日志管理" NavigateUrl="~/logsmanage.aspx"
                                    ImageUrl="~/images/bullet.gif" >
                                </telerik:RadPanelItem>
                                <telerik:RadPanelItem runat="server" Text="任务日志管理" NavigateUrl="~/QuartzLogsManage.aspx"
                                    ImageUrl="~/images/bullet.gif" >
                                </telerik:RadPanelItem>
                                <telerik:RadPanelItem runat="server" Text="密码修改" NavigateUrl="~/passwordmod.aspx"
                                    ImageUrl="~/images/bullet.gif" >
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>
                    </Items>
                    <ExpandAnimation Type="None" />
                    <CollapseAnimation Type="None" />
                </telerik:RadPanelBar>
Boyan Dimitrov
Telerik team
 answered on 10 Apr 2013
0 answers
137 views
Dear Telerik Team,

We are using Rad Multi page (Tab) control. if we want to Hide/Show Panel Control at client side. we could not do that since object itself not available. it is an content page with Rad Multi page. we tried with Div also. we could not hide / show that control on run time at client side. This behaviour works if its without rad multi page. 

if we hide the control by setting visible properties of Panel at design time. it is not rendered to client side at all. 
but for Div Tag if use Style display:None,it is rendering at client side but not hiding the div tag.

the above functionality works without rad multi page

Requesting your help on the same.


With Regadrs
Palanivelrajan

Palanivelrajan
Top achievements
Rank 1
 asked on 10 Apr 2013
3 answers
164 views
Hi there.

I am using the Telerik RadMenu and wondering how I can change the color for the arrow image (which points to the right) for a menu item that may have submenu items?
Kate
Telerik team
 answered on 10 Apr 2013
13 answers
222 views
Hi all,

Is it possible for the ChartTitle TextBox to size automatically (height in particular) to accommodate the title text?  This is particularly an issue with wrapped text.  I would rather not set a fixed height.
Petar Kirov
Telerik team
 answered on 10 Apr 2013
3 answers
101 views
Hi,

We have a strange behaviour in our login page when users tries to login from Windows Phone. On server callback/postback the last RadTextBox that was used by the user has an empy text property!!!

We are now using telerik Q1 2013, byt the behaviour is way older than that. The problem can easily be reproduced by using two RadTextBox and one RadButton. Try to use the following code from a Windows Phone 7.5 and fill upp the textboxes and then press the button.

Best regards

Robert

<%@ Page Language="C#" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
 
    protected void RadButton1_Click(object sender, EventArgs e)
    {
        Label1.Text = RadTextBox1.Text;
        Label2.Text = RadTextBox2.Text;
    }
</script>
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server" />
    <div>
        <table>
            <tr>
                <td>
                    <telerik:RadTextBox ID="RadTextBox1" runat="server" />
                </td>
                <td>
                    <telerik:RadTextBox ID="RadTextBox2" runat="server" />
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <telerik:RadButton ID="RadButton1" runat="server" Text="RadButton" OnClick="RadButton1_Click" />
                </td>
            </tr>
            <tr>
                <td>
                    <asp:Label ID="Label1" runat="server" Text="Label" />
                </td>
                <td>
                    <asp:Label ID="Label2" runat="server" Text="Label" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>
Warnestam
Top achievements
Rank 1
 answered on 10 Apr 2013
2 answers
92 views
Hello everyone,
i'a have a problem when i deploy my solution in IIS.In fact all Label of my grid are not transalated.
For exemple GoToPageLabelText,PageOfLabelText,PageSizeLabelText and even Filter are not Shown.
Need Help,
Thanks
Helmi


Helmi
Top achievements
Rank 1
 answered on 10 Apr 2013
1 answer
97 views
  • I created a table with horizontal and vertical scrollbar and put a datepicker
  • In the IE7 datepicker is displayed with scroll bar
  • Also when vertical scroll bar is moved datepicker is moved after a few seconds
Galin
Telerik team
 answered on 10 Apr 2013
2 answers
123 views
Is there any way to make the bar chartseriesitem non transparent when using the gradient fillstye?  It doesn't seem like this should be the default, and the main / second color opacity is read only.  I have a simple function that builds a couple of series for the chart, and the user wants the bars to not have transparency.

Public Sub SetChartSeries()
 
    Dim oList As New List(Of tblDashboardStat)
    Dim db As New BusIntDataContext
    Dim oSeriesPrior As New ChartSeries
    Dim oSeriesCur As New ChartSeries
 
    oList = (From d In db.tblDashboardStats
             Where d.statGroupID = 1
             Order By d.statSeriesName Descending, d.statSeriesOrder Ascending).ToList
 
    For Each item As tblDashboardStat In oList
 
        Dim oChartSeriesItem As New ChartSeriesItem((item.statSeriesValue1) / 1000000)
 
        oChartSeriesItem.Appearance.Border.Color = Drawing.ColorTranslator.FromHtml(item.statSeriesColor)
        oChartSeriesItem.Appearance.FillStyle.FillType = Styles.FillType.Gradient
        'oChartSeriesItem.Appearance.FillStyle.MainColorOpacity   --->  THIS IS READ ONLY
         
        oChartSeriesItem.Appearance.FillStyle.MainColor = Drawing.ColorTranslator.FromHtml(item.statSeriesColor)
        oChartSeriesItem.ActiveRegion.Tooltip = String.Format("{0:n1}", item.statSeriesValue1)
 
        If item.statSeriesName = "Prior" Then
            oSeriesPrior.Items.Add(oChartSeriesItem)
            hdnColor1.Value = item.statSeriesColor
        Else
            oSeriesCur.Items.Add(oChartSeriesItem)
            hdnColor2.Value = item.statSeriesColor
        End If
 
    Next
 
    rcTotalBilling.Series.Add(oSeriesPrior)
    rcTotalBilling.Series.Add(oSeriesCur)
 
End Sub
Ryan
Top achievements
Rank 1
 answered on 10 Apr 2013
6 answers
64 views
Title pretty much says it all.

Thanks!
Galin
Telerik team
 answered on 10 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?