I have a gridview with a databound datetime column in it.
I can change its dataformatstring (or stringformat in binding) so that it shows the date in a short format (dd-mm-yyyy in dutch).
However, when those cells merge, it changes its format to include the time. This means I have a lot of cells that show something like '1-1-2021 00:00:00'.
How can I change that stringformat as well? I could only find a property called contentstringformat, which doesnt do anything.