Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2732
UltraWinGrid, autoresize column and datetime field
posted

Hello,

I'm having an issue with the autoresize of columns in the UltraWinGrid control.
Columns containing date+time are not property resized.

Resizing is done by double clicking between columns or using "column.PerformAutoResize(PerformAutoSizeType.AllRowsInBand, True)" action.

The autoresize result ignores the time part of the field and gives the following result:

 

The expected result would be:

The bound property of this field is of type "Nullable(Of DateTime)".

 

Any assistance would be greatly appreciated.

Kind regards,

Michael

Parents Reply Children
No Data