Browse By Tags

  • grid.PerformAction(UltraGridAction.EnterEditMode, false, false) does not work

    grid.PerformAction(UltraGridAction.EnterEditMode, false, false) dose not make  cell in EditMode

    See code below

    foreach (UltraGridRow r in grid.Rows)
    {
    UltraGridCell cell = r.Cells[key];
    UltraGridBand band = r.Band;

    if (r.Cells.Contains("ExpAccountSet"…