Icon View Incident Report

Serious Serious
Reported By: Eivind Brenne
Reported On: 6/23/2018
For: Version 2.06 Build 14
# 4655 Time Values Not Sorting Correctly when New Row Inserted into TDataSet Instance

I'm having a hard time sorting my dataset / data bound grid a a Time column. My backend are SQL server / IIS ISAPI dll. The "problem columns" is a SQL server Time column. It comes sorted on that time columns from the server and shows perfectly in the grid. Once I insert a new record on the client I want it to sort the grid / dataset based on the time column. However, when I try to set sort order (Ascending) on either the grid column or using the Sort function on the data set, it always puts it on the bottom last row.


Comments Comments
The issue was that the date/time values coming from the server side included odd date portions for times, and vice-versa for dates (times can contain odd values), so functionality was added in the dataset loading functionality to strip out the invalid portions of both so that they can be sorted properly in a binary fashion.


Resolution Resolution
Fixed Problem on 6/2/2018 in version 2.06 build 15


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image