Dear all,
(1) When I export ultragrid to excel using documentexporter, how to make the datetime field to be only date format in excel??
(2) What is this in below picture? How to make it disappear??
Hi,
rchiu5hk said:(1) When I export ultragrid to excel using documentexporter, how to make the datetime field to be only date format in excel??
Handle the CellExported event and then overwrite the value of the cell in the Excel worksheet with the date with no time information.
rchiu5hk said:(2) What is this in below picture? How to make it disappear??
Those are the RowSelectors. You can turn them off using the grid.DisplayLayout.Override.RowSelectors property.