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

RadCombobox issue with latest telerik 2013.3.1114.45

1 Answer 79 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
chandan singh
Top achievements
Rank 1
chandan singh asked on 26 Nov 2013, 09:59 AM

Hi Team,

I updated latest telerik version 2013.3.1114.45

 

In latest telerik Dll ,array of  RadCombobox  assingment at client site code is occurring from bottom to top.

As per given below:

var ddlPublishType = Telerik.Web.UI.RadComboBox.ComboBoxes[4];

var ddlPublishEventOnStatus = Telerik.Web.UI.RadComboBox.ComboBoxes[3];

var ddlPublishEventOnCycle = Telerik.Web.UI.RadComboBox.ComboBoxes[2];

var ddlPublishEventOnDynamic = Telerik.Web.UI.RadComboBox.ComboBoxes[1];

But In old telerik version 2009.3.1208.35 , array of RadCombobox  assingment was occurring from top to bottom.

As per given below:

var ddlPublishEventOnStatus = Telerik.Web.UI.RadComboBox.ComboBoxes[2];

var ddlPublishEventOnCycle = Telerik.Web.UI.RadComboBox.ComboBoxes[3];

var ddlPublishEventOnDynamic = Telerik.Web.UI.RadComboBox.ComboBoxes[4];


you can compare the difference between both red color + Italic font. Here apart from array index every thing is same. I just want to know why it is happening?

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 29 Nov 2013, 09:21 AM
Hello Chandan,

I had performed some tests, regarding the referenced array assignment, but in both versions the succession is identical and correspond to the same RadComboBox. Would you make sure, that there are no implementation changes at your end?

Regards,
Nencho
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
chandan singh
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or