Hi there,
All the sudden, the RadComboBox acts very strange in IE browser even if I do not change any code and it just started a week ago. I am not sure if this is due to Microsoft update or what else could cause it.
Here is the code.
Case: 1
<telerik:RadComboBox ID="rcbCompany" runat="server" DataSourceID="SQLDS_CompanyList"
Skin="Gray" AutoPostBack="True" Height="200px" Width="390px" MarkFirstMatch="True"
DataValueField="companyGuid" DataTextField="company" OnSelectedIndexChanged="rcbCompany_SelectedIndexChanged" />
Say one of the company is "My Company".
When I typed "My" it does not show the company. However, if I type "ym", it will show. It will not happen to FireFox and Chrome.
Case: 2
<telerik:RadComboBox ID="rcbModel" runat="server" DataSourceID="SQLDS_Model" Skin="Gray"
AutoPostBack="False" Height="200px" Width="200px" MarkFirstMatch="True" DataValueField="model"
DataTextField="model" AllowCustomText="true" ToolTip="Enter or select model" />
Say one of the model is "PT-9500".
When I typed "pt-", the first letter that I type will be the end of the word that I typed. In this case, it will change from "pt-" to "t-p" and it will not find what I would like to.
I have not updated the code for at least two weeks and it just happened for IE only. Please let me know how do I solve this problem.
Thank you,
Sompop
All the sudden, the RadComboBox acts very strange in IE browser even if I do not change any code and it just started a week ago. I am not sure if this is due to Microsoft update or what else could cause it.
Here is the code.
Case: 1
<telerik:RadComboBox ID="rcbCompany" runat="server" DataSourceID="SQLDS_CompanyList"
Skin="Gray" AutoPostBack="True" Height="200px" Width="390px" MarkFirstMatch="True"
DataValueField="companyGuid" DataTextField="company" OnSelectedIndexChanged="rcbCompany_SelectedIndexChanged" />
When I typed "My" it does not show the company. However, if I type "ym", it will show. It will not happen to FireFox and Chrome.
Case: 2
<telerik:RadComboBox ID="rcbModel" runat="server" DataSourceID="SQLDS_Model" Skin="Gray"
AutoPostBack="False" Height="200px" Width="200px" MarkFirstMatch="True" DataValueField="model"
DataTextField="model" AllowCustomText="true" ToolTip="Enter or select model" />
When I typed "pt-", the first letter that I type will be the end of the word that I typed. In this case, it will change from "pt-" to "t-p" and it will not find what I would like to.
I have not updated the code for at least two weeks and it just happened for IE only. Please let me know how do I solve this problem.
Thank you,
Sompop