I am just getting started with DataGrids in .NET 2.0 and am trying to figure out how to do the following: I have a DataSource returning columns from a table. One of the fields contains a code. For example, the field is 1 character in size and contains 'A', 'E', 'L', or 'U'. These stand for "Active", "Expired", "Locked", and "Unknown", respectively. How do I get my datagrid to show the word instead of the code letter? I don't need a DropDownList in the DataGrid column since it isn't editable. I suppose I could use one if it's readonly, but that seems like overkill since all I need is the text. Thanks.
A severed foot is the ultimate stocking stuffer. - Mitch Hedberg