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

RadWindow - Enter key

3 Answers 115 Views
Window
This is a migrated thread and some comments may be shown as answers.
Suzi
Top achievements
Rank 1
Suzi asked on 22 Aug 2008, 09:06 AM
Hi,

I display a RadWindow whien I cilck on a button at the top-right of the page.

I have a strange problem into my page. When I write something into a textbox and Iclick to the "Enter" key of the keyboard, the RadWindow appears some seconds. I don't know how to resolve this problem.

Thank you in advance,

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Aug 2008, 10:07 AM
Hello Suzi,

Can you please provide more information on your scenario? How exactly do you open the RadWindow and does the textbox auto postbacks?



Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bryan
Top achievements
Rank 1
answered on 02 Dec 2016, 05:16 PM

I Have the same problem.

Even I'm not in a focus control, just pressing Enter, the radwindow get open.

I set the Radwindow opener element in a radbutton.

in ASPX:

<telerik:RadWindow
DestroyOnClose="true"
RenderMode="Lightweight"
runat="server" ID="RadWindow1"
Modal="true" VisibleTitlebar="false"
VisibleStatusbar="false" MinWidth="800px"
MinHeight="500px"
CssClass="wizard-window"
AutoSize="True">

<telerik:RadButton ID="btnWizard" runat="server" Text="Add new" />

in Page_load()

RadWindow1.OpenerElementID = btnWizard.ClientID;

0
Vessy
Telerik team
answered on 05 Dec 2016, 11:12 AM
Hi Bryan,

I tested the provided snippet with the latest version of the controls, but the window is shown only on click of the button at my end. Can you provide a little more information regarding the scenario in which the problem occurs?
  • Which version of the controls is used in your application?
  • Does the issue happen in all browser of just in specific one? Which is its version?

Looking forward to your reply,
Vessy
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Window
Asked by
Suzi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Bryan
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or