WPF Datagrid -DataGridTemplateColumn tab focus issue

Posted on Stack Overflow See other posts from Stack Overflow
Published on 2009-04-14T02:04:34Z Indexed on 2010/05/27 17:11 UTC
Read the original article Hit count: 912

I am using Microsoft WPF datagrid. I have noticed a strange behavior with WPF datagrid DataGridTemplateColumn. When you use the templateColumn in the grid and the template column contains some controls when you tab from the previous column the focus is not automatically given to the first element declared in the template column. The foucs is initally set on the border of the template column and when we tab of once agin the focus goes to the first column. Any workaround for this issue. How can i set the focus to go the first element in the template column of the datagrid when i tab off.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid