we have a date column in the grid and when we export to excel, excel is treating it as a Date column, i want it to be treated as a normal string (general), is this possible in telerik grids export to excel functionality
e.Cell.Style["mso-number-format"] ="\\@"; if (e.FormattedColumn.UniqueName.Contains("Date"))
{
//Assigning this format to the excel cell, to make sure it renders the date as text and to keep it consistent with day and night shift which automatically render as text
if (e.FormattedColumn.UniqueName.Contains("Date"))
{
//Assigning this format to the excel cell, to make sure it renders the date as text and to keep it consistent with day and night shift which automatically render as text