ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / EditOnSelection Property

In This Topic
    EditOnSelection Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column.
    Syntax
    'Declaration
     
    
    Public Property EditOnSelection As Boolean
    public bool EditOnSelection {get; set;}
    Remarks
    If set to true, It enters in edit mode when the cell is selected, otherwise the user should click one time to select the cell, and click again to enter in edit mode.
    See Also