Is there a way to set the DefaultFocus (or similar) for the first textbox when popping up into Edit Mode? I have a 3 level deep master detail grid and for each level of detail when editing I would like to specify the focus or cursor to be in the first text box. Any help is appreciated
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 07 Aug 2009, 03:56 PM
Hello Eric,
I recommend you use the following approach:
<script type="text/javascript">
function popupShowing(sender, args)
{
var inputs = args.get_popUp().getElementsByTagName("input");