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

RADTextBox AutoPostBack Question

1 Answer 166 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
cdikmen
Top achievements
Rank 1
cdikmen asked on 16 Apr 2009, 02:47 PM
I am using a RADTextBox with the button turned on, but the only time it does a PostBack is when I have "AutoPostBack" set to True. Unfortunately, this causes a post back whenever someone types into the box and simply tabs out of the text box. I don't want a post back when the text is modified, only when the button is clicked...

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 21 Apr 2009, 11:18 AM
Hello cdikmen,

The RadTextBox's functionality you are observing is by design. To achieve your scenario you need to use the OnButtonClick client event and raise the postback from javascript manually.

Best Regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
cdikmen
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or