Please help, how to change format a column to date format if using WebStringGrid component?
You set the cell text as string, so apply the desired format before setting it via:
grid.Cells[col,row]: string;
Please help, how to change format a column to date format if using WebStringGrid component?
You set the cell text as string, so apply the desired format before setting it via:
grid.Cells[col,row]: string;