May 25,Yesterday after the update control
Radcombobox floating judge wrong
Update ago are correct
With offsetx can't move position
how to deal with
thank you
6 Answers, 1 is accepted
0
Hello,
This is caused by the newly-added functionality of RadComboBox to have left-right screen boundary detection,. You just need to set EnableScreenBoundaryDetection property to false to fix it.
Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
This is caused by the newly-added functionality of RadComboBox to have left-right screen boundary detection,. You just need to set EnableScreenBoundaryDetection property to false to fix it.
Regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
w j
Top achievements
Rank 1
answered on 27 May 2010, 02:27 AM
Well, thank you
0
efi
Top achievements
Rank 1
answered on 27 Jul 2010, 11:11 AM
Tried your solution without success :(
Using v.1020.1.519.35
What should I do ?
It just ignoring OffsetX !
Using v.1020.1.519.35
What should I do ?
It just ignoring OffsetX !
0
Hello efi,
Please explain in more details about your scenario and send us sample code which will help us reproduce the issue.
Best regards,
Yana
the Telerik team
Please explain in more details about your scenario and send us sample code which will help us reproduce the issue.
Best regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
efi
Top achievements
Rank 1
answered on 27 Jul 2010, 04:13 PM
No Problem,
The Property "OffsetX" Won't move position for the dropdown window that opens when wanting to select item.
The window with the values to select always starts from the beginning of the actual control,
And I want to take it a little to the right.
It's just ignores the existence of the property !
<telerik:RadComboBox ID="ToCityComboBox" TabIndex="2" runat="server" OnClientSelectedIndexChanging="ToCityComboBox_SelectedIndexChanged"
Width="110" BackColor="" ShowToggleImage="False" BorderColor="#7F9DB9" MarkFirstMatch="true"
DropDownWidth="227"
OffsetX="-200" EnableScreenBoundaryDetection="false" OnItemDataBound="FromCityComboBox_ItemDataBound"
RadComboBoxImagePosition="Right" EnableLoadOnDemand="true" OnClientItemsRequesting="FromCityComboBox_ItemsRequesting" OnItemsRequested="FromCityComboBox_ItemsRequested"
Skin="WebBlueLtr" EnableEmbeddedSkins="false"
OnClientBlur="ggg"
Visible="true"
AllowCustomText="false"
EnableTextSelection="true"
ExpandDelay="0"
IsCaseSensitive="false"
CollapseAnimation-Type="None"
EnableItemCaching="true"
ExpandAnimation-Type="None"
ShowWhileLoading="false"
LoadingMessage=""
EnableVirtualScrolling="false"
EmptyMessage="Type City Name" OnClientFocus="OnFocusHandler"
ShowDropDownOnTextboxClick="false"
The Property "OffsetX" Won't move position for the dropdown window that opens when wanting to select item.
The window with the values to select always starts from the beginning of the actual control,
And I want to take it a little to the right.
It's just ignores the existence of the property !
0
Hi efi,
I tried to reproduce this issue but to no avail. I guess that it's related to some other css styles on your page. Could you please send us a live url where we can observe this issue? Thanks
Best wishes,
Yana
the Telerik team
I tried to reproduce this issue but to no avail. I guess that it's related to some other css styles on your page. Could you please send us a live url where we can observe this issue? Thanks
Best wishes,
Yana
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items