Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
239 views
hello

        I have image column in database and i need to retrive the value from image url data from db to my auto generated column in rad grid

please reply'

Thanks in advance
Tsvetina
Telerik team
 answered on 13 Apr 2011
3 answers
114 views
Hey, I know this is very basic but, how am I supposed to install the demo in my website ? I'm trying to copy the code from the RadWindow and MDI sample and then copy the Common folder into my WebSite, but some tags are not found still. What am I doing wrong here ?
Marin Bratanov
Telerik team
 answered on 13 Apr 2011
1 answer
84 views
RadEditor does not show properly in Safari browser.When I am using some of the tools,the editor shows only half of it with scroll bar.The rest of the editor remains as white space.
Rumen
Telerik team
 answered on 13 Apr 2011
1 answer
60 views
Hi

I'm using 3 ToolTipManagers in my Project, When I use 2, There is no problem, but when the 3rd one is added, strange things happen, ToolTipManager works fine, but when i want to customize Data in C# code, the Control is not detected by Visual Studio. I'm really confused, How it's even possible?!  
Marin Bratanov
Telerik team
 answered on 13 Apr 2011
3 answers
327 views
Hallo,

I am trying to display multiple series in one Pie-Chart with the following VB-code:
Dim chartSeries As ChartSeries
       Dim dataset As GeschlechterverhaeltnisDataTable = GetMyData()
       Me.pie_Chart.Chart.Series.RemoveSeries()
       Me.pie_Chart.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font = New Font("Arial", 10)
       Me.pie_Chart.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = Color.Black
       Me.pie_Chart.PlotArea.XAxis.AutoScale = False
       Me.pie_Chart.Legend.TextBlock.Appearance.TextProperties.Color = Color.LightSkyBlue
       Me.pie_Chart.Legend.Appearance.Position.AlignedPosition = AlignedPositions.Right
       For i As Integer = 0 To dataset.Count - 1
           chartSeries = New ChartSeries(dataset(i).Column1.ToString(), ChartSeriesType.Pie)
           chartSeries.AddItem(New ChartSeriesItem(dataset(i).count_result, dataset(i).count_result))
           Me.pie_Chart.Series.Add(chartSeries)
       Next
        Me.Chart_GenderRate.AddChartSerie
s(chartSeries)
In the result, i have a number of charts, which are equal to the "dataset.Count - 1" value.  but all values should be displayed in one chart like the second chart in the following example: Example
Tobias
Top achievements
Rank 1
 answered on 13 Apr 2011
3 answers
89 views
radbutton is not available in toolbox. what should i do ?
Pero
Telerik team
 answered on 13 Apr 2011
1 answer
39 views
Hi,

I have Tab strip with Multiple Page.
i have RadGrid on Page View.
i have used tooltipmanager to show the tooltip in radgrid.
Radtabstrip design will be changed when we tooltip loaded

Please find the attachment. i got an design issue like that.
Kate
Telerik team
 answered on 13 Apr 2011
1 answer
91 views
Hello guys

How do I get the tooltip box that appears on an outline of the message or image in the tooltip? Below is an example that I used but no box appears, just a background image.

<telerik:RadTextBox ID="RadTextBox" runat="server" Width="196px"  Skin="Office2007">
             <ClientEvents OnValueChanged="ValueChanged" />                             
</telerik:RadTextBox>

<telerik:RadToolTip runat="server" ID="RadToolTip2" RelativeTo="Element" Width="390px"  Height="70px"  TargetControlID="RadTextBox"  Animation="Fade" EnableShadow="true" CssClass="tooltip">
 <img src="../Imgs/ToolTip.png" alt="&nbsp;" /
</telerik:RadToolTip>

thanks for now
Marin Bratanov
Telerik team
 answered on 13 Apr 2011
2 answers
63 views
Hello,

I am manipulating a cell's text by using the Grid_ItemDatabound event.  See below:

If TypeOf e.Item Is GridDataItem Then
            Dim gridDataItem As GridDataItem = e.Item
            Dim quoteID = gridDataItem.Item("quoteID").Text
            Dim lineID = gridDataItem.Item("lineID").Text
            Select Case gridDataItem.Item("assortmentTypeID").Text
                Case 1000
                    gridDataItem.Item("assortmentTypeID").Text = "Text for 1000"
                Case 1002
                    gridDataItem.Item("assortmentTypeID").Text = "Text for 1002"
                Case 1003
                    gridDataItem.Item("assortmentTypeID").Text = "Text for 1003"
            End Select
        End If

This works fine until I place the grid in Edit Mode.  When I do, the text in the cell defaults back to the value coming from the datasource (1000, 1002, or 1003).  The value in this particular cell is ReadOnly, so I am not allowing edit.  How can I get the cell text to stay the way I format it regardless of what mode the grid is in?  I've tried several combinations of things using the IsInEditMode, GridEditableItem, GridEditFormItem, etc.

Thank you for any help you can offer.

Frustrated,
Jim
Jim
Top achievements
Rank 2
 answered on 13 Apr 2011
1 answer
190 views
Hi,

I am looking for a way to access the "Update" LinkButton in a GridEditCommandColumn.  I would like to set an onClientClick attibute to the button when its in Edit Mode

Thanks
Sebastian
Telerik team
 answered on 13 Apr 2011
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?