I am trying to modify the contents of a grid and then export it to excel. I use
{
}
to modify the format of DATE from
to
27/11/2008
and
cgrdResults.ForExport=true;
gridExporterToExcel.Export(cgrdResults);
to export the results, but all I get is DATE is the first format even though while debuging the procedure does not fail, there are no built or run time errors and the line of code that modifies the format is indeed executed!!! Any ideas or suggestions on how to go on about it?