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

MaskedTextBox within the ItemTemplate

1 Answer 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 24 Jun 2010, 08:09 PM
Are there any known issues with putting a RadMaskedTextBox inside the ItemTemplate of a RadComboBox?

Here is what I have:
 <telerik:RadComboBox ID="cmbConferenceInformation_ConferencePhone" runat="server" Width="250" HighlightTemplatedItems="true" DataTextField="Text" DataValueField="Name" OnItemDataBound="cmbConferences_ConferencePhones_ItemDataBound" OnSelectedIndexChanged="cmbConferences_ConferencePhones_SelectedIndexChanged"  AutoPostBack="true"
                                                                        <ItemTemplate> 
                                                                            <table border="0" cellpadding="0"
                                                                                <tr>
                                                                                    <td><telerik:RadMaskedTextBox ID="txtConferenceInformation_ConferencePhone_OtherPhone" runat="server" Width="80" Mask="(###) ###-####"></telerik:RadMaskedTextBox></td
                                                                                </tr> 
                                                                            </table> 
                                                                        </ItemTemplate>                                                                                         
                                                                    </telerik:RadComboBox> 


What i am experiencing, only in IE8, is that when i put the cursor into the  beginning of the masked text box and start typing, it takes one character and then jumps the cursor to the end. I cant type anymore and i cant backspace at that point since i am at the end of the masking. Has anyone else experienced this?

Just to note: This combobox is within a RadPanelBar, that is within a splitter. which is within a RadAjaxPanel in a RadWindow. 


1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 30 Jun 2010, 02:26 PM
Hello David,

Thank you for reporting this issue.

We need some more time to investigate it, Ill write to you as soon as we're ready.

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
Tags
ComboBox
Asked by
Dave
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or