Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
127 views
hi,
    I have created a custom control using radcombobox named (Custcombo). i  am in turn using that control (Custcombo)  into another custom control. so i am not able to get the skin properties at the design time . if i run the application i am able to get the skin.
by not using the rad control directly....

 i want to get the skin in the design mode if i inherit from the parent- grandparent.


so i think you got it. 
Ragupathi
Top achievements
Rank 1
 asked on 06 Sep 2008
4 answers
234 views
We just upgraded from build 2.723.35 to 2.826.35. No code changed whatsoever, anywhere. The first thing I notice is now the Menu renders the items incorrectly. Please see screenshots.

This is how it is supposed to look:
Build 2.723

This is how build 2.826 renders it (incorrect):
Build 2.826

I don't see anything in the change log that indicates any backwards incompatibility or changes to the properties and/or XML schema.

Our menu binds against an XML file.

What happened? This is the first time Telerik has completely broken compatibility with a service pack release. We will be forced to downgrade to 2.723. Thanks.




Jeremy T. Fuller
Top achievements
Rank 1
 answered on 05 Sep 2008
1 answer
174 views
I typically hide and show controls by setting a css property on a div that surrounds the control I want to hide/show.  For example:

<

div id="dvButton" runat="server" class="HideControl">

    <asp:Button ID="btn" runat="server" Text="Button Text" />

</

div>

This button is hidden by default, but on postback, I change the class property of the div to show the control:

dvButton.Attributes[

"class"] = "ShowControl";

The css code looks like this:

.HideControl

{

display

:none;

}

.ShowControl

{

display:inline;

}

I'm using this in a user control, and am using the AjaxManager to ajaxify all postbacks.  The problem I'm having is that the css class isn't getting updated (i.e. the control doesn't show up after postback).  I would think this would be a pretty common issue.  Any suggestions?

Paul Bishop
Top achievements
Rank 1
 answered on 05 Sep 2008
2 answers
116 views
Hello,

I try to set RadToolTipManageron the RadGrid.

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" Width="300px" Height="180px" Title="Products" Animation="None" ShowEvent="OnClick" AutoTooltipify="false" 
AutoCloseDelay="100000" ShowCallout="false" Text="Loading..."

In code behind, I have
Private Sub rgConfirmationReport_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles rgConfirmationReport.ItemDataBound  
        If TypeOf e.Item Is GridDataItem Then  
 
            Dim lbHistory As HyperLink = CType(e.Item.FindControl("hlHistory"), HyperLink)  
 
            If Not [Object].Equals(lbHistory, Nothing) Then  
                If Not [Object].Equals(Me.RadToolTipManager1, Nothing) Then  
                    RadToolTipManager1.TargetControls.Add(lbHistory.ClientID, True)  
                End If  
            End If  
        End If  
    End Sub 

Private Sub RadToolTipManager1_AjaxUpdate(ByVal sender As Object, ByVal e As Telerik.Web.UI.ToolTipUpdateEventArgs) Handles RadToolTipManager1.AjaxUpdate  
     Dim lblTest As New Label()  
     lblTest.Text = "Test"  
     e.UpdatePanel.ContentTemplateContainer.Controls.Add(lblTest)  
End Sub 

After the tooltip is opened, it is closed immediately.  (I don't see "Test" text.)

Does anyone know if I miss anything?

Thanks,

Wai
Wai
Top achievements
Rank 1
 answered on 05 Sep 2008
2 answers
167 views
Hi,
I am using VS 2008, .Net 3.5 for the web application. I am also using scheduler and now i am trying to customize the advance template. I saw the example online and i copied the user controls from Default templates and i copied it in a folder in my web application. After copying files, i am getting "<controlname> does not exist in current context". I changed the namespace to point it to valid namespace for my application. What am i missing here? Please let me know ASAP.

Thanks!
Orry
Top achievements
Rank 1
 answered on 05 Sep 2008
3 answers
163 views
H6
In the XML file for the editor, I've got:

        <tool name="FormatBlock"/>

for the paragraph styles. But, H6 is missing. How can I add H6 to the list?
Rumen
Telerik team
 answered on 05 Sep 2008
1 answer
184 views
I'm trying to change the font size (among other things...) of the GridButtonColumn - I assumed I could just add:

<

ItemStyle Font-Size="XX-Small" />

but that has no effect, no matter what size font I use.

Bill
Daniel
Telerik team
 answered on 05 Sep 2008
3 answers
138 views

I have a RadGrid with EditMode as PopUp and I put in a GridDateTimeColumnEditor.

When I click edit on the grid, it pops up for edit mode, and when I click the calendar, the calendar pops up, but it pops up behind the popup window, is there a way, when you're in EditMode as PopUp with a GridDateTimeColumnEditor to have the Calendar popup in front of the edit mode popup instead of behind it?

Thanks,

Brett

Brett
Top achievements
Rank 1
 answered on 05 Sep 2008
1 answer
214 views
Not so long ago I remember seeing a video tutorial using Telerik controls to build a message board.

I cannot seem to find it... does anyone know if its still online and where?

Thanks!
Todd Anglin
Top achievements
Rank 2
 answered on 05 Sep 2008
1 answer
76 views
I have a Dundas Chart in a middle pane. When the Dundas chart has Ajax for chart display set up it can fall out of the pane when the chart is larger than the pane. See the image http://www.robinlilly.com/docs/dundastelerik.jpg 

I have created to examples showing this without Dundas Ajax on and with Dundas Ajax off. Download the examples at http://www.robinlilly.com/docs/TelerikDundasSplitter.zip

I have submitted this to Dundas also, but belive it is Teleriks issue.

Robin
Sophy
Telerik team
 answered on 05 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?