In the grid the Template field Currently to see the name of the entire template you have to do the long field until the name enters to see the end of the template name. The end of the template name is what differentiates the template from the rest of the templates on the route
By reducing the field instead of leaving the right part of the field, you can not see the left part.
What property should I add to get the result of the second image?
The current code is as follows
column = grid.RootTable.Columns.Add();
column.AllowRemove = InheritableBoolean.True;
column.Caption = "Plantilla";
column.EditType = EditType.TextBox;
column.DataMember = "ShortName";
column.Key = column.DataMember;
column.TextAlignment = TextAlignment.Center;
column.Visible = false;
column.Width = 100;
column.ButtonStyle = ButtonStyle.ButtonCell;
column.HeaderToolTip = "Plantilla asociada a una regla que actúa en ese vuelo/fecha";
column.CellToolTip = CellToolTip.NoToolTip;