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

RAD Dropdownlist Selected index changed issue with SharePoint 2010

3 Answers 66 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Platinum
Top achievements
Rank 1
Platinum asked on 17 Aug 2014, 04:44 AM
Hi,

I am using Rad Dropdown list for the webpart in SharePoint 2010

I used the following thread to set the ajax for the gird and dropdownlist.

http://www.telerik.com/forums/telerik-rad-ajax-loading-panel-issue-in-sharepoint-2010

After setting this panel for grid works fine, however got some issues in the dropdown list.

In the dropdown list i have 2 values

Item 1
Item 2

Once i select any item for example item 2, i am not able to open the dropdown again. Its sticked to the same item 2.

 

let me know how to solve this issue









3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 20 Aug 2014, 12:29 PM
Hello,

Could provide us with more details, regarding the experience problem? Does the problem persist, if there is not ajaxification on your page? In addition, are you observing any javascript errors on the page?

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Platinum
Top achievements
Rank 1
answered on 21 Aug 2014, 01:39 PM
Hi, i just found out the cause

I am using google search page and the google code is as follows as per their website

  <script>
                                                (function() {

                                                 var cx = '123456:wdlylazibug';

                                                 var gcse = document.createElement('script');

                                                 gcse.type = 'text/javascript';

                                                 gcse.async = true;

                                                 gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +

                                                 '//www.google.com/cse/cse.js?cx=' + cx;

                                                var s = document.getElementsByTagName('script')[0];

                                                s.parentNode.insertBefore(gcse, s);

                                                })();

                                          </script>

                                         <gcse:searchbox-only></gcse:searchbox-only>

If i use the google search in a page and if the page has rad dropdownlist, the drop down list will work only for one selection. After that the values are not selectable ? Any idea why this happens ?
0
Platinum
Top achievements
Rank 1
answered on 21 Aug 2014, 02:35 PM
Hi,

The google code automatically creates a form tag with in the html.

So the rad dropdownlist popup gets attached to googles form tag rather than the pages form tag, thats the issue
Tags
DropDownList
Asked by
Platinum
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Platinum
Top achievements
Rank 1
Share this question
or