Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
62 views
Hi Everyone,

I m using RadTagControl There i m using certain expressions to hide certain numeric value (like 0.001,.001,89,8). there is one property of tagcloud  MaxNumberOfItems=" " if im specifying 50 its working f9 bt if i m specifying 100 its not working properly.
expression i m using:
   output = Regex.Replace(output, "(?<=^|\\s)\\d+(?:\\.\\d+)?(\\s+|$)?%?", " ", RegexOptions.None);
its hiding decimal values but certain times its not hiding
Shubham
Top achievements
Rank 1
 asked on 13 Feb 2012
1 answer
66 views
Hi:
I have a char with 3 series, S1,S2 & S3, when the chart renders, the series are shown    

[S1:Val1][S2:Val1][S3:Val1]   ..  [S1:Val N][S2:Val N] [S3:ValN]  

Is there any chance  to show  the series together?  i mean:

[S1:Val1]..[S2:Val N]     [S2:Val1]..[S2:Val N]    [S3:Val1]..[S3:Val N] 

 Thank you so much for your help
Evgenia
Telerik team
 answered on 13 Feb 2012
2 answers
130 views
Hi Guys,

I have a radupload control in my page. I would like to remove all the to hide add/delete buttons that appears within the control (and the remove button as well). 
I tried ControlObjectsVisibility value to "None" but my requirement is to allow 5 radupload and dynamically change the available "select" buttons (MaxFilesInputsCounts= 5- uploadedcount) from code-behind.

Any thoughts ?


Vakul
Top achievements
Rank 1
 answered on 13 Feb 2012
1 answer
100 views
Hi,
How to use Rad Scheduler as a TimeLine view in Multi Months?

For ex:
Is there any way we can display  6 or 9 months (1 or 2 years) Schedules in Scheduler 
 as a TimeLine View?

Plamen
Telerik team
 answered on 13 Feb 2012
1 answer
56 views
Hi ,
Whenerver i bind Sheduler with more then  15 appointment in Once column/Row  then my sheduler display gets very slow and i am not able to use vertical/Horizontal scroll baar also.
Can any one help me ASAP.
Plamen
Telerik team
 answered on 13 Feb 2012
7 answers
236 views
I want to see radwindow close button ID but alert is return "null". How can i get close button ID Thanks.

My codes here:


 
        function GetRadWindow() {
            var oWindow = null;
            if (window.radWindow) oWindow = window.radWindow;
            else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;
            return oWindow;
        }



$(document).ready(function() {

            var Wnd = GetRadWindow();
            alert(Wnd) ; // it is return me "RadWindow id=RDW"
            alert(Wnd.Id); // it is return me "undefined"
            var CloseButton = document.getElementById("CloseButton" +Wnd.Id);

            alert(CloseButton); // it is return me "null"
            CloseButton.onclick = function() {

            }


        });
Svetlina Anati
Telerik team
 answered on 13 Feb 2012
5 answers
694 views
Hi.  I keep getting the following javascript error when I try to open a radwindow: "Uncaught TypeError: Cannot call method 'open' of undefined ".  The document is in a folder, and I am trying to get to it with this url...

Here is my code:
<telerik:RadCodeBlock ID="rcb1" runat="server">
    <script type="text/javascript">
 
        function openDoc() {
            var myBox = $find("<%= RadTextBox1.ClientID %>");
            var myURL = myBox.get_value()
 
            window.radopen("Folder1\/" + myURL + ".pdf", "ViewDoc");
            return false;
        }
 
 
    </script>
</telerik:RadCodeBlock>
           
and my radWindow:
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" Skin="WebBlue">
        <Windows>
            <telerik:RadWindow ID="ViewDoc" runat="server" Title="Add or Edit"
            Width="410px" Height="475px" ReloadOnShow="true" ShowContentDuringLoad="false"
            Modal="true" />
        </Windows>
</telerik:RadWindowManager>


Any help is greatly appreciated.
GP
Top achievements
Rank 1
 answered on 13 Feb 2012
1 answer
228 views
Hi Telrik Support
I used latest version telerik asp.net control .How can I set Width in Percentage(%) in RadTabStrip .
Thanks and regards
Sanjay Singh
Casey
Top achievements
Rank 1
 answered on 13 Feb 2012
1 answer
77 views
Hi,

I'm wondering how to change the various appearance properties of the child nodes of an autogenerated hierarchical menu (I'd like to be able to left-justify the tiems, provide a scroll height etc)

Cheers
Princy
Top achievements
Rank 2
 answered on 13 Feb 2012
7 answers
374 views
Hi,

I am using the latest version fo the telerik control. I have the tooltip control displayed for each cell in the RadGrid. It automatically repositions on the boundary detection but relative to the wrong element / grid cell. Here is the code. I want it to position either topleft or bottomleft based on the position of the grid cell on boundary detection. Currently, If the tooltip is not closer to the boundary then it looks ok. But when it is closer to the boundary then it moves down the tooltip pointing to the wrong element to display the whole tooltip. What am I missing in the code? Thanks in advance!

<telerik:RadToolTipManager runat="server" ID="vsRadToolTipManager" VisibleOnPageLoad="false"
                EnableViewState="false" AutoTooltipify="false"
                ShowEvent="FromCode"  EnableAjaxSkinRendering="true"  Modal="true"
                HideEvent="ManualClose"
                RelativeTo="Element"        
                Width="180px" Height="255px"                      
                Skin="Hay" OffsetY="-6" OffsetX="-55"
                OnAjaxUpdate="OnAjaxUpdate" OnClientHide="OnVsTooltipHide"
                OnClientBeforeShow="OnRadTooltipBeforeShow" OnClientShow="CancelAJAX"
                >
                <TargetControls>
                    <telerik:ToolTipTargetControl TargetControlID="fieldForTooltip" IsClientID="false" />
                </TargetControls>
            </telerik:RadToolTipManager>            
Marin Bratanov
Telerik team
 answered on 13 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?