UI\WebControls\EditCommandColumn.cs (3)
193AddButtonToCell(cell, DataGrid.UpdateCommandName, UpdateText, causesValidation, ValidationGroup);
198AddButtonToCell(cell, DataGrid.CancelCommandName, CancelText, false, String.Empty);
201AddButtonToCell(cell, DataGrid.EditCommandName, EditText, false, String.Empty);