Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 views
Hi Everyone,
I am using a ComboBox in a the same page with a form decorator. The combobox has three items and the first item should be selected by default.When I put the decorator on the page the combobox doesn't show any thing. The combobox will be ok if i remove the formdecerator. Please tell me what to do for solving this problem?
Regards
Mahid
Rosi
Telerik team
 answered on 15 Jul 2008
3 answers
123 views
In regards to this article : http://www.telerik.com/help/aspnet/grid/grdseveraltablesatlevel.html

I could not get 2 details grids to be at the same level and to be vertically aligned, first details grid, second details grid.

I am wondering by setting HorizontalAlign to Right or Left in the first details grid causes the second details grid to be Horizontally Aligned with the first Details grid.

This behavior does not seem right to me but is the expected behavior? Seems like setting this value should not effect any subsequent details grids at the same level.

Thanks,
Mark.
Shinu
Top achievements
Rank 2
 answered on 15 Jul 2008
3 answers
197 views
I noticed on the demo, the sliders have images as the label underneath the slider, to tell the user what value the slider is at (http://www.telerik.com/DEMOS/ASPNET/Prometheus/Slider/Examples/Configurator/DefaultCS.aspx). Has anybody found a way to automatically create a dynamic label for the slider. I was a little disappointed not to see a "ShowLabel" property for the slider. A "ShowLabel" and "LabelCss" properties would be really nice features for the slider. For example, taking the minimum and maximum values and creating marks for the slider? I don't want to have to create an image for each slider I make. Any ideas?
Svetlina Anati
Telerik team
 answered on 15 Jul 2008
1 answer
123 views
Hello

            I got the below mentioned error on the page load.

            Java Script Error - sys.InvalidOperationException:Companent
            'grdView1_gdtcSharedCalendar' was not found.

This error was occured sometimes and some times not on the page load.
When I removed the grdView1 from the 3rd Tab, then the error  was not occured.

One more thing that, this error was not occured at my local. But occured on the server only.

Can you please look into the same as this is urgent for me.

Regards,

Vinit
Daniel
Telerik team
 answered on 15 Jul 2008
3 answers
143 views
I have a RadTabStrip in which I call a javascript function like OnClientTabSelected="jsFunction"

When the page loads, all but the first tab are hidden and jsFunction is called just fine. Then, when other tabs are enabled and visible like

Tab.Visible = enable;
Tab.Enabled = enable;

jsFunction does not get called when a tab gets clicked. What is the best way to correct this?

Thanks.
Yana
Telerik team
 answered on 15 Jul 2008
1 answer
117 views
i use radwindowmanager (RadControls for ASP.NET Q3 2007) :
<rad:RadWindowManager id="RadWindowManager" runat="server" InitialBehavior="None" MinimizeMode="MinimizeZone" MinimizeZoneId="HorizontalMinimize" OnClientClose="OnCloseClick">
</rad:RadWindowManager>

and for show a new window i use :
{
     window.radopen(windowUrl, null);
     return false;
}

how can i get url of current window OnClientClose ????

please help me , thanks
Georgi Tunev
Telerik team
 answered on 15 Jul 2008
1 answer
225 views
Hello

I have radtooltipmanager & radtreeview defined in aspx page like

 <telerik:RadToolTipManager ID="RadToolTipManager1" runat="server" Position="BottomCenter"
        Animation="Fade" OnAjaxUpdate="OnAjaxUpdate"
        Skin="Web20"
        Width="380px"
         ShowEvent="OnMouseOver"
          ShowDelay="2000"
           HideDelay="2000"
         AutoTooltipify="false"
        Height="250px" Style="font-size: 18px; text-align: center; font-family: Arial;">

<telerik:RadTreeView ID="SourceView" runat="server"
                      Skin="Vista"
                      EnableDragAndDrop="True" 
                      OnNodeClick="sourceClick"
                      OnClientNodeDropping="DropHandler"
                      OnNodeDrop="handleDrop"
                     LoadingMessage="Loading..." LoadingStatusPosition="BeforeNodeText"  >
        <CollapseAnimation Duration="100" Type="OutQuint" />
        <ExpandAnimation Duration="100" Type="OutQuart" />
    </telerik:RadTreeView>


In the code behind I add nodes to RadToolTip manager like:

 protected override void OnLoad(EventArgs e)
    {
        base.OnLoad(e);
        addTooltips();
    }
   
   
   
    protected void addTooltips()
    {
        RadToolTipManager1.TargetControls.Clear();
        RadToolTipManager1.TargetControls.Add(SourceView.ClientID, "0", true);
        foreach (RadTreeNode node in SourceView.GetAllNodes())
        {
            RadToolTipManager1.TargetControls.Add(node.ClientID, node.Text, true);
        }
    }


and on OnAjaxUpdate:

 protected void OnAjaxUpdate(object sender, ToolTipUpdateEventArgs args)
    {
        this.UpdateToolTip(args.Value, args.UpdatePanel);
    }

    private void UpdateToolTip(string elementID, UpdatePanel panel)
    {
        Control ctrl = Page.LoadControl("ContainerTooltip.ascx");

 .....
}
     

Now however all the time UpdatToolTip get's called with the elementID = "0";
and never with the elementId of added nodes.

How to get the thing work in a way, that I could see which node the tooltip is over ?

Any help would be appreciated, because I have tried to get this to work from time to time over half year :-)

Regards,
 Markku
Svetlina Anati
Telerik team
 answered on 15 Jul 2008
1 answer
66 views
hiya,

I've been handed a derived menu that derives from "menu from asp.net ajax".
I can't for the life of me figure out where the Css is assigned to it.
I know that a style is being assigned, becasue I can see it in the output "default2006".

I know that it isn't being assigned via a theme, because there's no themes in the app.

Ps, we are using it in a sharepoint 2007 webPart.
In previous versions of radControls, there was a "radControls" folder that containsed all the skins and scripts, but I'm not sure that this is now the case.

In the derived menu project, I there's no "radControls" folder..
How is the csss being assigned?

Many thanks,

yogi
Atanas Korchev
Telerik team
 answered on 15 Jul 2008
4 answers
797 views
Hi

I manage to successfully update from 2008 Q1 SP1 --> 2008 Q1 SP2.

In VS2008 my bin folder has a Telerik.Web.UI.dll.refresh that correctly points to the installed V2008.1.619.35

However whenever I build I get the following:

"Warning: Unable to update auto-refresh reference 'telerik.web.ui.dll'. Unable to add 'C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Bin35\Telerik.Web.UI.dll' to the Web site.  Unable to add file 'Bin\telerik.web.ui.dll'.  The process cannot access the file because it is being used by another process."


As such my dll always goes back to V2008.1.515.35.

I've tried restarting VS2008, restarting my computer, but I still get this error.

I checked the attributes and the dll is definitely read/write.

What am I doing wrong here?


Kind regards

Mark Eaton
Daniel
Telerik team
 answered on 15 Jul 2008
2 answers
113 views
Hi there,
I'm working on the RadGrid, specifically the way that it looks when dragging rows.

What is the best way to style the appearance of the floating row that appears next to the cursor when dragging a row around?
Dimo
Telerik team
 answered on 15 Jul 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?