This is a migrated thread and some comments may be shown as answers.

Adding decorator prevents Enter key on buttons

1 Answer 64 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 20 Oct 2009, 08:05 PM

page that I use within a window. if I add the FormDecorator to the page, I cannot hit the enter key to force the click event.

Is there something inherent wihin the Office2007 skin that prevents the Enter key on buttons?  Or is this something with RadDecorator in general?

I am setting the global skin in the web.config.

Simple page:

 

<%

@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %>

 

 

 

<!

 

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">

 

 

 


<
telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

 

 

 

</telerik:RadScriptManager>

 

 

 

 

 

<div id="divMain">

 

 

 

 

 

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecorationZoneID="divMain" />

 

 

 

 

 

<asp:Button ID="Button1" runat="server" Text=".net button" /></div>

 

 

 

 

 

</form>

 

</

 

body>

 

</

 

html>

 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 21 Oct 2009, 09:59 AM
Hi Robert,

I tried to reproduce the problem locally but as you can see from the attached movie, everything is working as expected - I also tried setting the Office2007 skin to all controls involved. Please modify the attached sample so the problem is reproducible and send it back to us for further investigation.


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
FormDecorator
Asked by
Robert
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or