Hi ,
I am using telerik grids in my silverlight applicvation with mvvm architecture. In the grid we are loading griddetails with multiple text boxes inside the stackpanel. I need to set focus on the first text box when user click on grid row. I have used stackpanel_loaded even to set the focus, but this event is getting called only first time when we click on row and if we again click on the same row. This event is not getting called. I tried to set the focus on row_click event, but i am unable to find text box and stackpanel on row click event.
Please let me know your comment on this.
Thanks
I am using telerik grids in my silverlight applicvation with mvvm architecture. In the grid we are loading griddetails with multiple text boxes inside the stackpanel. I need to set focus on the first text box when user click on grid row. I have used stackpanel_loaded even to set the focus, but this event is getting called only first time when we click on row and if we again click on the same row. This event is not getting called. I tried to set the focus on row_click event, but i am unable to find text box and stackpanel on row click event.
Please let me know your comment on this.
Thanks