Glad you came up with a work around, in order to better define the issue please post :

1) Date of ADS32.DLL in the Softrak\System folder

2) Specific "Type" of SQL date column from below
[DateTime1 - smalldatetime]
[DateTime2- time(7)]
[DateTime3- date]
[DateTime4- datetime]
[DateTime5- datetime2]
[Datetime6- datetimeoffset]


3) Format used in the Gridview column definition

Another work around on the SQL side would be to insert a column that converted the datetime column to and INTEGER and use that in Gridview

This is the first report of this behavior and was NOT addressed in GV 9.3A



Edited by Michael Mulrooney (02/01/18 11:06 AM)
Edit Reason: Added SQL date type