Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Template columns do not get focus
posted

Hi,

I want the active cell to be editable without having to click or use som keyborad action so i set the following in my dtagrid

MyGrid.EditingSettings.AllowEditing = Infragistics.Silverlight.

EditingType.Cell;

MyGrid.EditingSettings.IsOnCellActiveEditingEnabled = true;

Thi works exactly how i want it to work when an ordinary TextColumn. But when have a template column  with just an TextBox as EditingTemplate, the active cell do not get focus. ny solutions?

 

//Tommy.