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

Problems with Version: 2012.1 215

2 Answers 26 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Dipen
Top achievements
Rank 1
Dipen asked on 12 Mar 2012, 09:07 PM
I noticed few issues with the newer version which I havent encountered with all other versions,
 1. When I press 'Enter' key after typing userid and password in login form it doesnt postback.
 2. When I enter values in a numeric textbox, it shows the value next to the control rather than displaying in the textbox.[See attachement]

Please let me know if I am missing something. Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 13 Mar 2012, 09:18 AM
Hi Dipen,

The first issue was fixed two weeks ago and it should work properly in the latest internal build, please download it and write us if you still have some troubles.

The second issue could be caused if you set float: left to the input element. With the new rendering you should set the float to the wrapper(outer) element. You will need to review your custom styles and update them to be properly applied according to the new HTML structure.

Regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Dipen
Top achievements
Rank 1
answered on 14 Mar 2012, 03:09 PM
Thanks, it works fine.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Dipen
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Dipen
Top achievements
Rank 1
Share this question
or