Good day,
I have a grid linked to a DataTable with various field types.
By default some of these field types are displayed with a dropdown in the grid.
I have removed most of them with the following code:
However one column is linked to the DateTime fieldtype and it's Dropdown is displayed.
As this is a ReadOnly table how can I hide the dropdown for a DateTime column?
Regards,
James