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

[Solved] RadComboBox Q3 in Telerik Grid in EditMode issue

1 Answer 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 22 Dec 2009, 04:59 PM
Hi,

I have a very strange issue. We are using RadGrid and TemplateColumns which contain item and editItem nodes. One column is a RadComboBox, the Other a RadTextBox (both for editItemTemplate)

When I select a drop down item from RadComboBox (selectedIndex > 0) and then click into the RadTextBox, the RadComboBox selected value resets to SelectedIndex = 0 showing the first item in the comboBox.  Here are the Grid nodes

<telerik:GridTemplateColumn HeaderText="Form Title">
                    <ItemTemplate>
                    <asp:HyperLink ID="frmLnk" runat="server"></asp:HyperLink>
                    </ItemTemplate>
                    <EditItemTemplate>
                    <telerik:RadTextBox ID="txtTitle" runat="server"></telerik:RadTextBox>
                    </EditItemTemplate>
                    </telerik:GridTemplateColumn>
                    <telerik:GridTemplateColumn HeaderText="Application">
                    <ItemTemplate>
                        <asp:Label ID="lblApplication" runat="server" Text="" ></asp:Label>
                    </ItemTemplate>
                    <EditItemTemplate>
                     <telerik:RadComboBox ID="rcbApplications" runat="server">
                            </telerik:RadComboBox>
                    </EditItemTemplate>
                    </telerik:GridTemplateColumn>

No client script is being used, but it sure acts as if this is the case. The instant I click into the RadTextBox (ID txtTitle), the selected index of RadComboBox rcbApplications resets to zero. Any ideas out there what I am doing wrong?

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 23 Dec 2009, 01:40 PM
Hi Karl Wilkens,

I tried reproducing your issue on my side without success.

Please see my test project attached to this post and let me know if I am missing something.

Regards,
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.
Tags
ComboBox
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or