Hi
Could you advise how to set the format for the text display element of a MultiColumn combo box?
The data member part of the drop-down is associated with a DateTime column for which I have set the FormatString property to {0:dd.MM.yyyy HH:mm} via the designer.
So, the drop down shows dates in my required format (e.g. 10.02.2015 12:00) but the text still displays as 10/02/2015 12:00:00.
Any help with customizing the format would be greatly appreciated.
Thanks
Adrian
Could you advise how to set the format for the text display element of a MultiColumn combo box?
The data member part of the drop-down is associated with a DateTime column for which I have set the FormatString property to {0:dd.MM.yyyy HH:mm} via the designer.
So, the drop down shows dates in my required format (e.g. 10.02.2015 12:00) but the text still displays as 10/02/2015 12:00:00.
Any help with customizing the format would be greatly appreciated.
Thanks
Adrian