I am trying to populate a datagridview from a datatable having data retrieved from database.
While populating the columns and rows, I want the data to be formatted available in column of datatable. I dont want the data to be changed in datatable before populating, however I want the data to be changed while binding to grid. Please help me if this can done using any grid properties.
Ex : Want to populate column with data “YES” instead “Y” available in database.
Try RowDataBound