Arteta Sam
Top achievements
Rank 1
Arteta Sam
asked on 26 Jan 2010, 09:44 AM
Hi everyone,
I have this problem while scrolling down the web page.
combo box will seperate with combo box item.
I want to upload the screen shot but attach file not support .bmp format.
Thank you for any reply to guide me.
Best regards,
Nasri
I have this problem while scrolling down the web page.
combo box will seperate with combo box item.
I want to upload the screen shot but attach file not support .bmp format.
Thank you for any reply to guide me.
Best regards,
Nasri
6 Answers, 1 is accepted
0
Hi Nasri Sam,
Please save the screenshot as .png and then upload it in the forum.
Best wishes,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Arteta Sam
Top achievements
Rank 1
answered on 27 Jan 2010, 02:10 AM
0
Princy
Top achievements
Rank 2
answered on 27 Jan 2010, 07:48 AM
Hello Nasri,
The dropdown position of the combobox can be changed using it's OffsetY property . So make sure that you have not set this to a value greater than zero. Else, you can try setting the OffsetY value to values lessser than 0 to move the dropdown up.
Eg:
Hope this helps.
Princy
The dropdown position of the combobox can be changed using it's OffsetY property . So make sure that you have not set this to a value greater than zero. Else, you can try setting the OffsetY value to values lessser than 0 to move the dropdown up.
Eg:
| <telerik:RadComboBox ID="RadComboBox1" OffsetY="-12" runat="server"> |
| <Items> |
| .... |
| </Items> |
| </telerik:RadComboBox> |
Hope this helps.
Princy
0
Arteta Sam
Top achievements
Rank 1
answered on 27 Jan 2010, 09:20 AM
Dear Princy,
I didnt set anything in OffsetY, but i just set splitter between the content.Mean splitter forward for header and backward for footer, then the combobox inside the content.
Any idea?
Thanks in advance,
Nasri
I didnt set anything in OffsetY, but i just set splitter between the content.Mean splitter forward for header and backward for footer, then the combobox inside the content.
Any idea?
Thanks in advance,
Nasri
0
Hi Nasri Sam,
Greetings,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Please see this KB article describing how to resolve the issue.
Greetings,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Arteta Sam
Top achievements
Rank 1
answered on 11 Feb 2010, 09:53 AM
Dear Simon,
Thanks a lot, i get it already.
Best Regards,
Nasri
Thanks a lot, i get it already.
Best Regards,
Nasri