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

dropdown list stay old place weather scroll web page

2 Answers 48 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
charuka
Top achievements
Rank 1
charuka asked on 18 Jan 2011, 06:59 AM
please help me

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jan 2011, 09:12 AM
Hello Charuka,


I am not sure about the issue that you are referring since it is not happening for me. anyway you could attach "onscroll" client event and close the dropdown as a workaround.

Try the following code:
<script type="text/javascript">
    window.onscroll = function onPagescroll() {
        var combo = $find('<%=  RadComboBox1.ClientID %>');
        combo.hideDropDown();
    };
 </script>



-Shinu.
0
charuka
Top achievements
Rank 1
answered on 18 Jan 2011, 09:30 AM
thank you dear 
u spare me from big trouble i like to share more technological stuff this is my mail charukaw@yahoo.com
Tags
ComboBox
Asked by
charuka
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
charuka
Top achievements
Rank 1
Share this question
or