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

Rad controls issue with Q1 2013 Release ( 2013.1.220.40 )

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
hugo bonilla
Top achievements
Rank 1
hugo bonilla asked on 06 Mar 2013, 07:06 AM
After upgraded the Telerik ASP.Net AJAX controls to the latest release, ie, 2013.1.220.40,  I've noticed the following issues so far, which were not there in the previous version.

      1. RadComboBox         
              The items in the drop down part showing within a container with horizontal and vertical scroll.
 
      2. Radconfirm
             At present we are using the following function for rad confirm, It was working perfectly in the previous versions.
             The confirm window shows but when click on "Ok" button, the click event not firing.
                                  //RadConfirm                              
			function OnClientClicking(sender, args) {
				var callBackFunction = Function.createDelegate(sender, function (argument) {
					if (argument) {
						this.click();
					}
				});
				var text = "Are you sure you want to submit?";
				radconfirm(text, callBackFunction, 350, 100, null"RadConfirm");
				args.set_cancel(true);
			}
   
      3. Radbutton
             Ajax loading panel not showing if the button is associated with a asp validation group. Otherwise loading panel working
             perfectly.


   Please look on this issue and the fix would be very appreciate.
 
Thanks.       





 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 11 Mar 2013, 09:45 AM
Hello Hugo,

Straight to your points:

1. Can you please provide more details on the scenario that you have with the RadComboBox control? For example, can you replicate the issue on any of our demos?  Can you also clarify if you have any other styles that you apply on the page? 

2. and 3. - could you try the latest internal build we have available? There is a known issue with the RadButton in the 2013.1.220 release related to validation and the server OnClick handler. More about it is available here: http://www.telerik.com/community/forums/aspnet-ajax/button/in-q1-2013-server-side-onclick-event-and-client-side-validation-are-not-performed-when-validationgroup-is-set.aspx. If neither the LIB, nor the override in the sticky thread help can you post here the markup that is causing the problem - the AJAX settings you have and the RadButton itself?

Greetings,
Marin Bratanov
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.
Tags
General Discussions
Asked by
hugo bonilla
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or