Hi
I have the following problem when copying a timestamp cell value in gridview.
The cell value looks like this - "02-04-2013 12:05:06"
After i copy the cell value to clipboard the result is this: "02-04-2013 12:05" (My seconds is missing)
I have used
radMobilityGrid.Columns[0].FormatString = "{0: dd-MM-yyyy HH:mm:ss}";
to format my column correctly
Can anyone please help me, so that seconds (and milliseconds) will be included when i copy to clipboard?
Kinds regards
/Kristian Theilade
I have the following problem when copying a timestamp cell value in gridview.
The cell value looks like this - "02-04-2013 12:05:06"
After i copy the cell value to clipboard the result is this: "02-04-2013 12:05" (My seconds is missing)
I have used
radMobilityGrid.Columns[0].FormatString = "{0: dd-MM-yyyy HH:mm:ss}";
to format my column correctly
Can anyone please help me, so that seconds (and milliseconds) will be included when i copy to clipboard?
Kinds regards
/Kristian Theilade