Quantcast
Channel: Editors for WPF - Recent Posts
Viewing all articles
Browse latest Browse all 942

Re: DoubleEditBox in DataGrid does not select text on focus (and other issues)

$
0
0

Hi Max,

I'm assuming you are using the WPF DataGrid. If so, the issues you describe above is one reason we provide the Editors.Interop.DataGrid assembly. The DataGrid can be touchy when dealing with focus and tab order. Specifically, our DataGridDoubleColumn (which uses DoubleEditBox as it's editor) will focus and forward mouse clicks from the DataGrid directly to the DoubleEditBox. Is there a reason you don't/can't use the DataGridDoubleColumn?

We don't ever set the TabIndex property on our controls, so I'm not sure where that is coming from.


Viewing all articles
Browse latest Browse all 942

Trending Articles