Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views

I have few widgets placed in my dashboard, when i minimize a particular
widget it takes the last place in the dashboard, when i drag that minimized
widget to a different location there is a white space created below the minimized widget,
to get rid of this behavior,tried dockhandle.none to the minimized widget
so that the user will be able to drag, the minimized widgets wasnt moving but the title
and dockcommands like expand/collapse images are not visible.How to resolve this? can you
provide any other suggestions.
Pls find Attachment for the screen shots showing white space below the minimized widget and
when the "dockhandle.none" is applied.

Regards,
Suvina
Pero
Telerik team
 answered on 14 Jul 2010
1 answer
137 views

Hi All,

Subject of my appoint text is varies appointment to appointment.  As a result subject text is not entirely visible.  I found the following article to resolve the issue. 

 

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/auto-expand-the-height-of-the-appointment.aspx

 

Issue with height of subject line text has been resolved but distorted the entire view completely.  Example dates of months are not displayed against grouped resource.

 

Please find the attached images might help to visualise issue.  Any help again much appreciated.

 

 

Ta,

Pavan

PS : sorry for the duplicate post because unable to screen shots to this post.

Peter
Telerik team
 answered on 14 Jul 2010
1 answer
133 views
 Dear Team,
I am Using GridDateTimeColumn in rad grid.i want to dateformate on click datepicker  it shows like  this formate" MMM-dd-yyyy h:mm tt"
but i can't do that..Please give a solution.
aspx Code.
<telerik:GridDateTimeColumn SortExpression="actiondate" PickerType="DatePicker" HeaderText="Activity Date"  DataType="System.DateTime"
                                                                           DataFormatString="{0:MMM-dd-yyyy h:mm tt}" DataField="actiondate" UniqueName="actiondate">
                                                                        </telerik:GridDateTimeColumn>
Princy
Top achievements
Rank 2
 answered on 14 Jul 2010
2 answers
194 views
Hi,
I am using Rad Ajax Control Q2 2010 form development.
I want to change RadTextBox's EmptyMessage from javascript. Can I?
And Can I change its background image from javascript too?

Please suggest a way to change it from javascript.

Best Regards,
Naresh Goradara
Shinu
Top achievements
Rank 2
 answered on 14 Jul 2010
3 answers
266 views
The captcha is not working. The "t2" (Message that i want to show after submit the form)  still showing althrough i enter the wrong code.


<%@ Page Language="VB" AutoEventWireup="false" CodeFile="pe_test2.aspx.vb" Inherits="pe_test2" %> 
 
<%@ 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></title>  
</head> 
<body> 
    <form id="form1" runat="server">  
    <div> 
        <telerik:RadScriptManager runat="server" ID="RSM">  
        </telerik:RadScriptManager> 
          <table border="0" cellpadding="5" cellspacing="0" style="background: #FFFFFF;" width="100%">  
            <tbody> 
                <tr valign="top"><td width="20%" class="textForm">  
                     <b>Name *</b>    
                    </td> 
                    <td style="margin-left: 40px">  
                      <telerik:radtextbox id="txtFullName_E" runat="server" width="435">  
                        <enabledstyle letterspacing="1px" paddingbottom="5px" paddingleft="5px"   
                            paddingright="5px" paddingtop="5px" backcolor="#FFFFFF" borderstyle="Solid"   
                            font-bold="True" font-size="14px" bordercolor="#DCDCDC"   
                            borderwidth="3px" /> 
                            <focusedstyle bordercolor="#ff3c00" borderwidth="3px" /> 
                    </telerik:radtextbox> 
                   <br /> 
   <asp:RequiredFieldValidator ID="RFVtxtFullName_E" runat="server" ErrorMessage="Please enter your name." ValidationGroup="Ein" 
                        ControlToValidate="txtFullName_E" Display="Dynamic" Font-Size="12px">Please enter your name.</asp:RequiredFieldValidator> 
                    </td> 
                </tr> 
                    <tr valign="top">  
                    <td class="textForm">  
                       <b> Email *</b> 
                    </td> 
                    <td> 
                     
                     <telerik:radtextbox id="txtEmail_E" runat="server" width="435" emptymessage="yourname@domain.com">  
                        <enabledstyle letterspacing="1px" paddingbottom="5px" paddingleft="5px"   
                            paddingright="5px" paddingtop="5px" backcolor="#FFFFFF" borderstyle="Solid"   
                            font-bold="True" font-size="14px" bordercolor="#DCDCDC"   
                            borderwidth="3px" /> 
                            <focusedstyle bordercolor="#ff3c00" borderwidth="3px" /> 
                    </telerik:radtextbox> 
                <br /> 
 
                <asp:RequiredFieldValidator ID="RFVtxtEmail_E" runat="server" ControlToValidate="txtEmail_E" Display="Dynamic" ErrorMessage="Please enter your email address." Font-Size="12px" ValidationGroup="Ein" 
                    >Please enter your email address.</asp:RequiredFieldValidator> 
                      
                    <asp:regularexpressionvalidator errormessage="Please enter a valid email address" display="Dynamic" runat="server" controltovalidate="txtEmail_E" validationexpression="^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$" ValidationGroup="Ein" 
                                        id="REVtxtEmail_E" Font-Size="12px">Please enter a valid email address</asp:regularexpressionvalidator> 
                    </td> 
                </tr> 
                  
                 
              
            </tbody> 
        </table> 
          
          <div class="OrangeBar" style="margin-top: 5px;margin-bottom:5px;">  
            Step 2: Your Enquiry  
        </div> 
         <table border="0" cellpadding="5" cellspacing="0" style="background: #FFFFFF;" width="100%">  
            <tr valign="top">  
                <td width="20%" class="textForm">  
                  <b>Enquiry *</b>    
                </td> 
                <td> 
                 <telerik:radtextbox id="txtEnquiry_E" runat="server" width="435" Height="100px" TextMode="MultiLine">  
                        <enabledstyle letterspacing="1px" paddingbottom="5px" paddingleft="5px"   
                            paddingright="5px" paddingtop="5px" backcolor="#FFFFFF" borderstyle="Solid"   
                            font-bold="True" font-size="14px" bordercolor="#DCDCDC"   
                            borderwidth="3px" /> 
                            <focusedstyle bordercolor="#ff3c00" borderwidth="3px" /> 
                    </telerik:radtextbox><br /> 
                      <asp:RequiredFieldValidator ID="RFVtxtEnquiry_E" runat="server" ErrorMessage="Please enter your enquiry." ValidationGroup="Ein" 
                        ControlToValidate="txtEnquiry_E" Display="Dynamic" Font-Size="12px">Please enter your enquiry.</asp:RequiredFieldValidator> 
                      
                </td> 
            </tr> 
                <tr valign="top">  
                <td> 
                    &nbsp;  
                </td> 
                <td> 
                  <br /> 
                    <strong>Please enter the code shown above for security  
                        validation. *</strong> 
                    <br /> 
                    <em class="font08">(Note: This is case sensitive.)</em><br /> 
                 
                         <telerik:RadCaptcha ID="RadCaptcha_E" runat="server"   
                    ErrorMessage="Please enter the code shown correctly." CaptchaTextBoxLabel="" Display="Dynamic" ValidationGroup="Ein">  
                    </telerik:RadCaptcha> 
                     
                </td> 
            </tr> 
              <tr valign="top" class="">  
                <td> 
                    &nbsp;  
                </td> 
                <td> 
                    
                    <asp:ImageButton ID="btnSubmit_E" ValidationGroup="Ein" ImageUrl="images/button_submit.gif" runat="server" ToolTip="Submit" /> 
                    <br /> 
                    <asp:ValidationSummary ID="ValidationSummary2" ValidationGroup="Ein" runat="server" 
                        ShowMessageBox="True" ShowSummary="False" /> 
                </td> 
            </tr> 
              
         </table> 
        <table width="100%" border="0" cellpadding="0" cellspacing="0" id="t2" runat="server" 
            visible="false">  
            <tr> 
                <td> 
                    Testing, testing........  
                </td> 
            </tr> 
        </table> 
    </div> 
    </form> 
</body> 
</html> 
 
Imports System.Data  
Imports Telerik.Web.UI  
Imports System.IO  
 
Partial Class pe_test2  
    Inherits System.Web.UI.Page  
 
    Protected Sub btnSubmit_E_Click(ByVal sender As ObjectByVal e As System.Web.UI.ImageClickEventArgs) Handles btnSubmit_E.Click  
        t2.Visible = True 
    End Sub 
End Class 
Pero
Telerik team
 answered on 14 Jul 2010
8 answers
1.0K+ views
First of all thanks for a fantastic suite of tools Telerik, it goes from strength to strength.

I currently have a c# .Net v3.5 page with a placeholder, on page_init I add a dynamic captcha to the placeholder.
The problem I'm seeing is that the captcha is always returning invalid code on postback, I think due to the fact I am recreating the captcha on every postback.
Unfortunately I do not have the option to have the control in the aspx.

Has anybody had this issue? Any pointers to a good way of handling dynamic captchas would be appreciated.

Thanks for your time,
Pete
Pero
Telerik team
 answered on 14 Jul 2010
8 answers
140 views
This is weird, I was reported this error for my application from some peoples, and I thought I must have did something wrong (though it not always appear). But today, while posting a thread on telerik website, I got this message. Please see attached.

Is there something we are missing?

Sameers
Genady Sergeev
Telerik team
 answered on 14 Jul 2010
1 answer
166 views
Hello ,telerik.

I design one page which includes many RadDockZones  having some RadDocks in one RadLayout.But When I add a RadCombobox which hides some RadDockZones according to some conditions ,and I set the Visible property of RadDockZone  from True to False.
I meet  question.The question is that the RadCombox   is disabled after I filter using the RadCombox secondly,the radcombox is always waiting. And firstly all is normal.
Please help me.
Pero
Telerik team
 answered on 14 Jul 2010
1 answer
181 views
Hi,

How to customize advanced edit form in radscheduler.
i want to design advanced form as per my requirements like in attachment file.

right now we desighn in ajax popup page and opening in appointment slot double click event. and for the recurrence option we written all the manual code. the problem is it is taking lot of time to loading the events on scheduler.

can we design all this in  builtin advanced edit form. please let me know ASAP . This is very urgent requirement for us.


Thanks & Regards
Shashi
Peter
Telerik team
 answered on 14 Jul 2010
3 answers
224 views
We are currently using version 2009.3.1314.35 and do not see the Compression control in the Toolbox.

What do I need to do to get this control in the toolbox? Do we need to upgrade to another version or is it something I can include from our present version?

I've noticed that on the following link (http://blogs.telerik.com/blogs/posts/09-02-27/optimization_tip_radcompression_for_viewstate.aspx), it says all you need is version ASP.NET AJAX Q3 2008 SP2 or later. As noted above, we are using version 2009.3.1314.35 and do not see the Compression control in the Toolbox.

How can we enable this feature?
Rosen
Telerik team
 answered on 14 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?