Exemplo n.º 1
0
        public void FocusCell()
        {
            DataGrid dataGrid = ConstructDataGrid;

            if (dataGrid == null)
            {
                return;
            }
            DataGridHelper.FocusCell(dataGrid, dataGrid.SelectedIndex, 0);
        }
Exemplo n.º 2
0
 public void FocusCell()
 {
     DataGridHelper.FocusCell(dataSetDataGrid, dataSetDataGrid.SelectedIndex, 0);
 }