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

RadCombox Item list position dislay problem

12 Answers 89 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Murali
Top achievements
Rank 1
Murali asked on 08 Feb 2011, 03:27 PM
Hi,

We are facing problem to display the radcombox list items. The list was not displayed exact below or above the RadComboBox control. I have attached the screen shot with this mail, please look in to it. Is there any problem in our side please give your suggestions.

Thanks and Regards
ACS

12 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Feb 2011, 05:27 AM
Hello Murali,

I am not quite sure about the issue.  The behavior may because the ComboBox defaullt style is overridden by any CSS that you have defined. 
Here I have found this forum which discussed similar scenario.

Thanks,
Shinu.
0
Murali
Top achievements
Rank 1
answered on 09 Feb 2011, 06:30 AM
Hello Sinu,

Thanks for your reply, i saw that forum. but i cannot change the style sheet. my application pages was designed by our client. if is there any other solution for this problem. if i changed that style sheet. my application layout will affect. so please give me different solutions.


Thanks
ACS
0
Kate
Telerik team
answered on 11 Feb 2011, 09:37 AM
Hello Murali,

Can you send us a live url, so that we can help come up with a suitable solution?

Best wishes,
Kate
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Murali
Top achievements
Rank 1
answered on 11 Feb 2011, 10:43 AM
Hello Admin,

This is the live URL : http://demo.aicorpsolutions.com/Wellient-Telerik/shareinformation.aspx

Here see any rad combo boxs, that list items are not positioned exact below or above that radcombobox controls

Thanks and Regards
ACS

0
Kate
Telerik team
answered on 11 Feb 2011, 03:28 PM
Hi Murali,

There are two ways to fix this problem. The first one is to change the body position to static like this:
body { position: static !important; }

However, this might cause some problems with the current layout of the page.
The second option is to simply add the following class selector that will be applied only to the RadComboBox  DropDown and change its position with 35px up:

div.rcbSlide{
  margin-top: -35px;
}
 Let me know how it goes.

Kind regards,
Kate
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Murali
Top achievements
Rank 1
answered on 12 Feb 2011, 07:46 AM
Hello Kate,

Thanks for your reply. Its fixed a problem, but in my application only one screen have the correct layout and radcombo box also working properly. If i applied this style it will give a big trouble for me. Please check the below url,

http://demo.aicorpsolutions.com/Index.aspx
Use the below credentials
E-Mail : saravanan@aicorpsolutions.com
Password : acs
It goes Medication / Pharmacy Information. In this all radcombo box are working properly only in IE other browser have the same problem. Other than this all pages are having the same problem. Please look into our application and give solution for this problem.

Thanks and Regards
ACS
0
Kate
Telerik team
answered on 14 Feb 2011, 02:36 PM
Hi Murali,

Sorry, but the live url that you provide does not open.

http://demo.aicorpsolutions.com/Index.aspx

Can you please look into that?

Best wishes,
Kate
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Murali
Top achievements
Rank 1
answered on 24 Feb 2011, 07:38 AM
Hi Kate,
Sorry for the delay, now our server is ready to check. Please check it and tell me what is the problem in our side.

Thanks and Regards
ACS
0
Kate
Telerik team
answered on 24 Feb 2011, 12:11 PM
Hello Murali,

Sorry, but I still can not open the url that you sent me.
http://demo.aicorpsolutions.com/Index.aspx

Greetings,
Kate
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Murali
Top achievements
Rank 1
answered on 24 Feb 2011, 01:14 PM
Sorry Kate,

Use this url to check it http://demo.aicorpsolutions.com/wellient-telerik/Index.aspx

Regards
ACS
0
Accepted
Kate
Telerik team
answered on 24 Feb 2011, 05:22 PM
Hello Murali,

I tried using this:
body { position: static !important; }
and it looks that the layout of the page stays unchanged and the ComboBoxes of  "Share some information" tab and "Medical/Pharmacy Information" tab render corectly . Did you try it?

Kind regards,
Kate
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Murali
Top achievements
Rank 1
answered on 26 Feb 2011, 09:20 AM
Hello Kate,

Thanks for your reply. Its solved my problem.

Thanks and Regards
ACS
Tags
ComboBox
Asked by
Murali
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Murali
Top achievements
Rank 1
Kate
Telerik team
Share this question
or