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

IE9 RadComboBox Free Text not persistent across postback

3 Answers 136 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 19 Sep 2010, 05:38 PM
Dear Telerik,

Not sure if I should be posting about IE9 Beta issues, but I think I have discovered one:

I have a databound RadComboBox in the itemtemplate of a datalist. The RadComboBox text property works for items contained in the RadComboBox but when freetext is entered this is not returned, only the original item in the RadComboBox.

It also seems to take two attempts to input free text.

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 23 Sep 2010, 02:10 PM
Hello Paul,

I tried to reproduce this issue in a simple page but to no avail. Can you send us some sample code which well help us observe the problem? Thanks

Kind 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
Iris
Top achievements
Rank 1
answered on 29 Jun 2011, 02:08 AM
I have the same issue on IE9, but it works fine using IE9 Compatibility View. I also checked on Safari, Chrome and Firefox as well and it works fine. Do you have a known issue about this??

I'm using a Gridview with a TemplateField, the RadComboBox Selected Value has a binding to my data source on code behind: 

<asp:TemplateField HeaderText="Medida" ItemStyle-HorizontalAlign="Left">
                                        <ItemTemplate>
                                            <telerik:RadComboBox ID="rdMedida" runat="server" MarkFirstMatch="True" AllowCustomText="True"
                                                DataSourceID="SqlDataSource1" DataValueField="field1" DataTextField="field2"
                                                AppendDataBoundItems="true" SelectedValue='<%# Bind("field1") %>' AutoPostBack="false">
                                                <Items>
                                                    <telerik:RadComboBoxItem Value="0" Text="Select" />
                                                </Items>
                                            </telerik:RadComboBox>
                                            <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString1 %>"
                                                SelectCommand="SELECT [field1], field2] FROM [table]"></asp:SqlDataSource>
                                        </ItemTemplate>
                                        <ItemStyle HorizontalAlign="Left" />
                                    </asp:TemplateField>

Best regards
0
Dimitar Terziev
Telerik team
answered on 04 Jul 2011, 09:51 AM
Hi Iris,

Please verify which version of the controls you are using and if this problem occurs only when the RadComboBox is used as a template control or not.

I've performed a couple of test with version 2011.1.519.35 trying to reproduce the issue, but to no avail.

Greetings,
Dimitar Terziev
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.

Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Yana
Telerik team
Iris
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or