c# - How to point a Bind to a control inside a DataTemplate -


i have datagrid several datatemplates columns. column has button , column has textbox . need focus textbox after button has been clicked (both elements on same row).

to manage focus use behavior on button need pass element focused. inside datatemplate i'm not sure on how can reference binding.

any idea?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -