Posted
on Nov 11, 2011
(permalink)
Hello,
I tried using the following code:
@(Html.Telerik().NumericTextBox()
.Name(Model.Id.ToString())
.EmptyMessage("N/A")
.InputHtmlAttributes(new { onclick = "gridFocus(event)", style = "width:48px" })
.Value(Model.Value)
)
the problem is that gridFocus function will not be called unless I click on the numeric textbox more than once.
If I click one time only, nothing happens.
Please help with this issue,
Thank you.