In RadTreeList inside the tree list
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.
<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>See the attachment .
Thanks Advance,
Mohamed.