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

Radcombo box options are not moving along with the radcombobox while scrolling

6 Answers 151 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pratap
Top achievements
Rank 1
Pratap asked on 22 Nov 2011, 04:17 PM
Hello Telerik team,

I have a weird problem and it became a show stopper for me.
Problem: "Rad combobox options are not moving along with the rad combobox while scrolling"

RadCombobox is in <asp:Content which is in child page. and the <asp:Content is place in a rad splitter.
Below gives  clear idea about  the layout i am using.

Master Page==>Rad Splitter==>RadPane==><asp:Content==>RadComboBox

scrollbar is there for RadPane.
Please provide me a solution asap.

Thanks in Advance.
Pratap.K

6 Answers, 1 is accepted

Sort by
0
Pratap
Top achievements
Rank 1
answered on 23 Nov 2011, 06:50 AM
Hello Telerik team,

I thought i can able to get a quick solution from you and surprised to see there is no reply from you people. I researched for this problem and couldn't get a workable solution. Hope you guys can help me in quick time.

Thanks and Regards
Pratap.K
0
Shinu
Top achievements
Rank 2
answered on 23 Nov 2011, 07:09 AM
Hello Pratap,

Check the following forum thread which discussed similar scenario.
Problem between radcombobox and radsplitter

-Shinu.
0
Pratap
Top achievements
Rank 1
answered on 25 Nov 2011, 07:53 AM
Hi Shinu,
Thanks for the reply but it didn't solved my problem.
In that solution
Sys.Application.add_load(function ()
    { }
is there but in my application i am getting error
Sys is undefinied.
please help me to resolve this situation.
thanks in advance.

Pratap.K
0
Accepted
Dobromir
Telerik team
answered on 28 Nov 2011, 11:07 AM
Hi Pratap,

The error that you receive "Sys is undefined" indicates that the MS Ajax framework is not loaded. The most possible reason for this problem to occur is if you have registered the JavaScript before the script manager control on the page. Could you please try to place the JavaScript of the forum thread linked above below the declaration of the ScriptManager control on your page? If the problem still occurs, could you please provide a sample page reproducing the problem?

Regards,
Dobromir
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
Pratap
Top achievements
Rank 1
answered on 28 Nov 2011, 02:14 PM
Hi Dobromir,
Thanks for your suggestion and it really worked but this  hideDropDown() function is not working and its giving error
"Object doesn't support this property or method".
I am using classic rad controls. Please give me the alternative function to collapse/close radcombobox options when i have radcombobox client object.

Thanks

Pratap.K
0
Dobromir
Telerik team
answered on 28 Nov 2011, 03:15 PM
Hi Pratap,

The client-side method for Classic RadComboBox is HideDropDown() (note the capital H). Also, the approach to get reference to the client-side object of classic control is a bit different - instead of using $find("ControlID") you need to use the following code:
var combo = <%= RadComboBox1.ClientID %>;
Detailed information regarding RadCombo Classic client-side API is available in the following article:
http://www.telerik.com/help/aspnet/combobox/combo_client_basics.html

Also, if you are using RadSplitter Classic you will need to modify the code from the above mentioned forum thread to use the correct methods as well. Here you can find the client-side API of RadSplitter Classic.

Kind regards,
Dobromir
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
Pratap
Top achievements
Rank 1
Answers by
Pratap
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Dobromir
Telerik team
Share this question
or