Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
296 views
Where can I get a list of radwindow properties that I can use in javascript?

such as:

var oWindow = window.radopen(url,radWindowName);

oWindow.SetTitle(title);

oWindow.SetWidth(radWidth);

Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 25 Aug 2008
1 answer
150 views
This is inside a repeater.

<telerik:RadToolTip ID="RadToolTip" runat="server" TargetControlID="lnkInappropriate" Animation="fade" ShowEvent="onClick" ShowCallout="false" ManualClose="true" Width="250px">
    <a onclick="" style="font-weight:normal;cursor:pointer;">Cancel</a>
</telerik:RadToolTip>

I want the Cancel link to close the tooltip

Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 25 Aug 2008
1 answer
121 views
Hi

I am using Telerik 2008 Q2 controls.

How do I get the text and value inside the OnClientSelectedIndexChanging event?

It always points to the previous values. Basically I want to check a user's selection and, based on a condition, maybe cancel that.


Kind regards

Mark Eaton
Veselin Vasilev
Telerik team
 answered on 25 Aug 2008
9 answers
103 views
my problem is pretty similar to one described here http://www.telerik.com/community/forums/thread/b311D-bekgbt.aspx

except:
- IE7 and FF2 (not tested in FF3) are working just fine.
- IE6 has no vertical scrollbars on file lists that are too long (well actually i think scollbar is there, it is just pushed off the visible area)

i have attempted the fix described in above thread. That gave me horisontal scollbar, but vertical scollbar is still not visible.
Rumen
Telerik team
 answered on 25 Aug 2008
2 answers
215 views
Hello,
I am using a radgrid inside a masterpage and have column filtering turned on.  When I choose the filter button for any of my columns I get the filter menu displayed, but its location offset from the filter icon to the right 300pixels or so. 

Is there a setting/css value that I need to adjust in order to position the filter menu closer to the filter icon.  Also is it possible to have the skin of the filter menu set differently than the skin of the grid?  Right now my filter menu gets its looks from the App_themed menu skin I am using.

thanks,
Anders
Veli
Telerik team
 answered on 25 Aug 2008
3 answers
175 views
I'm trying to get my splitter to resize when the browser window resizes but having no luck so far.  Below is the code.  Thanks


<div style="width:90%; text-align:center;">
       
        <cc1:RadSplitter ID="OuterSplitter" runat="server" Skin="Gray" Width="100%" Height="100%" ResizeWithBrowserWindow="true" ResizeWithParentPane="true" ResizeMode="Proportional" Orientation="Horizontal">
                       
            <cc1:RadPane ID="rPaneTop" runat="server" Width="100%" Height="350" >
           
                <cc1:RadSplitter ID="MainSplitter" runat="server" Skin="Gray" Width="100%" Height="100%" ResizeWithBrowserWindow="true" ResizeWithParentPane="true" ResizeMode="Proportional" Orientation="Vertical">
                <cc1:RadPane ID="rPaneLeft" runat="server" Width="25%">

                    Top Left

                </cc1:RadPane>
                <cc1:RadSplitBar ID="SplitBar" runat="server" CollapseMode="Forward" SkinID="Gray" />
                <cc1:RadPane ID="rPaneMiddle" runat="server" Width="75%" >
                    Top Right
                </cc1:RadPane>
            </cc1:RadSplitter>
           
            </cc1:RadPane>
       
            <cc1:RadSplitBar ID="LowerSplitBar" runat="server" CollapseMode="Forward" SkinID="Gray" Width="100%"  />
            <cc1:RadPane ID="rPaneBottom" runat="server" Width="100%" Height="350px">
                Bottom Pane
            </cc1:RadPane>
           
       
        </cc1:RadSplitter>
</div>
Tsvetie
Telerik team
 answered on 25 Aug 2008
1 answer
115 views
Hello,

How could I expand/collapse grouped grid rows from javascript? Is there any function for it (I could not find what is exactly called client side on embaded client side group expand/collapse - this would realy help)

Thank you very much!
Jan Krivanek
Shinu
Top achievements
Rank 2
 answered on 25 Aug 2008
1 answer
90 views

Hi, I very recently downloaded a trial version of your controls, using the slider, when the clickoffset is set, previously (and in your demos?), clicking in the actual scrollbar track moves the scrollbar towards your click by the "offset".

Whats happening for me is it ALWAYS moves downwards. So if the scrollbar is at the top, I click in the middle, the scrollbar moves down, I click at the top of the scroll track (which should make the bar move back up) yet it goes down again?.

Interestingly, it only does this when it is VERTICAL, Horizontal works correctly.

I seperated the control into a separate page, and it still happens. Has anyone else noticed this? Just thinking (or hoping) it is some sort of bug introduced in the latest version.

Thanks very much for your help.

(Code below)

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Testing.aspx.vb" Inherits="Testing" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
    <div> 
          
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
        </telerik:RadScriptManager> 
 
     <telerik:RadSlider  Enabled="True" ClickOffset="16"   
             Visible="True" MinimumValue="0" AutoPostBack="False"   
              ShowDecreaseHandle="True" ShowIncreaseHandle="True" CssClass="GridSlider"   
             SlideStep="1" Skin="Web20" Length="428" Orientation="Vertical" ID="RadSlider1" runat="server" /> 
    </div> 
    </form> 
</body> 
</html> 
 
Tsvetie
Telerik team
 answered on 25 Aug 2008
1 answer
97 views
Why the TreeView get disappeared when  i refresh the page using  CTR+ F5..

I only Load the root nodes when first time the page is loaded by checking the ispostback property.

I will be thankful if u rply my post../... I also  posted two diff probs but none is replied..






Thanks n Regards

Rishi
Paul
Telerik team
 answered on 25 Aug 2008
1 answer
65 views
Why the event  AfterClientCLick generates the Postback in  FireFox.
Paul
Telerik team
 answered on 25 Aug 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?