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

Radtreelist inside radnumerictext Textchange event fire focus go out

1 Answer 35 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 26 Mar 2013, 10:20 AM
In RadTreeList inside the tree list
<telerik:TreeListTemplateColumn HeaderText="Cur. Cumulative Claim " HeaderStyle-Width="100px"
                             DataField="EntQnty" UniqueName="EnterQuantity">
                             <ItemTemplate>
                                 <telerik:RadNumericTextBox MaxLength="5" ID="EntQntyId" Width="80px" runat="server"
                                     Text='<%# Bind("EntQnty") %>' onkeydown="return (event.keyCode!=13);" AutoPostBack="true"
                                     FocusedStyle-BackColor="Yellow" AutoCompleteType="Disabled" OnTextChanged="EntQntyId_TextChanged">
                                 </telerik:RadNumericTextBox>
                                 <asp:HiddenField ID="HdnEqnty" runat="server" Value='<%# Bind("PrevCert") %>' />
                                 <asp:HiddenField ID="HdnQuantity" runat="server" Value='<%# Bind("Quantity") %>' />
                             </ItemTemplate>
                         </telerik:TreeListTemplateColumn>
If i enter the radnumerictext box i fire textchanged event that's fire but focus got out . how i set the focus in same text box.
See the attachment .

Thanks Advance,
Mohamed.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Mar 2013, 05:43 AM
Hi,

Check the following forum thread which discussed similar scenario.
RadTextbox loses focus on AutoPostback in a usercontrol

Thanks,
Princy
Tags
TreeList
Asked by
mohamed
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or