Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
147 views
Hello people,

In our CMS we got our own validation system so I got a view questions.

- Is it possible to disable the auto clear textbox functionality within the captcha image?
- Is it possible to get the value of the textbox? (server-side)
    - If that is possible can I ask if it is the same as the one on the image? (server-side)

Thanks in advance,
Jeroen Speldekamp
Pero
Telerik team
 answered on 05 Nov 2009
0 answers
184 views
Hi telerik guys !

Earlier I have sent you the thread regareding how can I validate the filename .

Here in this support ticket, I want to validate the foldername also.


Actually, I was just looking at your demos & found that when I try to create the folder with the INVALID characters such as (<,>,",/,';)

there cames an POP-UPS that shows that there are  INVALID characters in foldername !!!

I have attached an SCREEN-SHOT along with THREAD so that you get the clear picture.


All I want is to implement that POP-UP ?

How can I ??

Please help .....

I havent found the CODE for this on to your .CS & .ASPX file .

Please help .....


Ajay Jamwal
Ajay
Top achievements
Rank 2
 asked on 05 Nov 2009
6 answers
237 views
Hi there,

Is it possible to open a RadWindow from server-side code instead of clicking on the element specified in the Window.OpenerElementID?  I need to load some data into the Session just before the window is opened, so that I can refer to it in the code-behind file of the window's destination page.

Thanks,

Ed Graham

Georgi Tunev
Telerik team
 answered on 05 Nov 2009
8 answers
236 views
Hi,

I've got a grid with a GridBinaryImageColumn in it, in the ClientEvents flag is an OnRowClick event to fire some javascript.

The grid works, shows the images and also normally fires the JS function when a row is clicked.  However for some reason the event doesn't get fired when the user clicks on the image in the BinaryImageColumn.  If you click in the whitespace within that column that is around the image the event gets fired but not when clicking on the image itself.

Is this a bug, feature or what?

For the time being I can hookup some event to fire when the user clicks on the image however that stikes me as silly as it will slow the processing of the page down and will probably add extra HTML to the output.

Any suggestions?

Regards,

Jon
Nikolay Rusev
Telerik team
 answered on 05 Nov 2009
4 answers
187 views
Admin ,

i would like how to get the server side events when a file is uploaded,deleted and viewed (in sense when a file name is double clicked ) , i am going to keep track of user action who have done what , i am using RadFileExplorer inside the RadTabStrip , please let me know ASAP , waiting for your reply ,

thanks in advance ,

Ashok.c
Svetlina Anati
Telerik team
 answered on 05 Nov 2009
1 answer
98 views
Hi:
  I am  using the scheduler control now. However, i feel confused about how to fetch the recurrence information. For example, when i selected the startDate as 2009-11-5, endDate as 2009-11-6, the recurrence type as weekly(second weekdays of 2 months).  When i selected the occurance number as 10, i just can fetch the startDate of each occurence from the  occurences property of RecurrenceRule. When i selected the Endby as 2010-3-1, i only can get the RecursUntil as 2010-3-1. Anyway, i still don't know how to get the detailed recurrence information in the following way.

StartTime:***  EndTime:****
StartTime:***  EndTime:****
StartTime:***  EndTime:****
Just like a list.Can anybody help me to resolve it? It is very urgent. Thank you.
Peter
Telerik team
 answered on 05 Nov 2009
3 answers
119 views
Hi

I'm a begginer and i'm having some problems with RadAjaxLoadingPanel.

<body> 
    <form id="form1" runat="server"
    <div> 
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
        </telerik:RadScriptManager> 
        <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server"
 
            <script type="text/javascript"
                function ConditionalPostback(sender, args) { 
                    if (args.get_eventTarget() == "<%= Button1.UniqueID %>") { 
                        args.set_enableAjax(false); 
                    } 
                } 
            </script> 
 
        </telerik:RadScriptBlock> 
         
        <div class="divRatings"
            <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default" /> 
            <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="200px" Width="300px" ClientEvents-OnRequestStart="ConditionalPostback" LoadingPanelID="RadAjaxLoadingPanel1"
                <div style="padding: 15px; padding-left: 60px; float: left;"
                    The Godfather (1972)<telerik:RadRating ID="RadRating1" runat="server" ItemCount="5" 
                        Value="3" SelectionMode="Continuous" Precision="Half" Orientation="Horizontal" /> 
                </div> 
                <br /> 
                <div> 
                    <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /> 
                </div> 
            </telerik:RadAjaxPanel> 
        </div> 
    </div> 
    </form> 
</body> 

protected void Button1_Click(object sender, EventArgs e) 
    { 
        System.Threading.Thread.Sleep(1000); 
    } 

If i click on the Button the postback occurs, but LoadingPanel does not apper.
What am I missing?

Thank you for your help.
Nejc Žerjal
Top achievements
Rank 1
 answered on 05 Nov 2009
1 answer
131 views
I have very simple problem
Firefox 3.5.4
  • HTML
row1<br />
row2
  • DESIGN
... row1 selecting and put align right
  • HTML
<div style="text-align: right;">row1<br />
</div>
row2

IE8
  • HTML
row1<br />
row2
  • DESIGN
... row1 selecting and put align right
  • HTML
<p style="text-align: right;">row1<br />
row2 </p>


IE8 put tag <p> for row1 & row2  WHY ????
Rumen
Telerik team
 answered on 05 Nov 2009
2 answers
288 views
Hi Telerik team,

FIrst of all thanks for making such a great Rad controls.

I am using RadToolBar. It has just a RadToolBarDropDown with couple of child RadTollBarButtons.
When I click on the drop down it expands downward & right. (please refer attached currentraddropdown.jpg)
I want it to expand downward & left. (please refer attached expectedraddropdown.jpg)

Is it possible, because the drop down is atmost right side of the web page and when drop down expands it goes beyond webpage's right side boundary & for that I can see it fully. I guess you guys understood my problem, if not please see the attachments it will be clear.

Thanks in advance guys and expecting a positiive reply.

-Sushovan
Sushovan Sarkar
Top achievements
Rank 1
 answered on 05 Nov 2009
5 answers
186 views
Hi,

1. How do I modify the expand/collapse icon in the dock ?
2. How do I move the position of the expand/collapse icon to left side.

Here is what I wanna do.
1. Change the expand/collapse icon with the triangle icon.
2. Move the position of the expand/collapse icon to the left (just before the title of the dock)

Any help would be appriciated.

Thanks.
harika dasari
Top achievements
Rank 1
 answered on 05 Nov 2009
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?