In the database the column is set to "time(0)" type. (sql 2008) there are values in that column, like 23:15:00
In ultrawingrid if I set leave the style for this column "default", it displays the correct value as 23:15:00, and it can be edited.
If I set the style to "time" or "timewithspin", the value doesn't show up only some separator characters like "//", the cell cannot be edited and there is no little arrow for spinning anything.
Is this a bug or I'm missing something?
The goal is to show the time in this column, be able to edit it, possibly with the "timewithspin" control. (ad if I can ask something extra, display only the hour and minute, hh:mm, and not like the current hh:mm:ss format.
Thanks,
Rudi
Hi Rudi,
What is the DataType of the grid column? It sounds to me like your data source is returning the data in some unusual type that the grid doesn't know how to deal with.
I tried it out with a column whose DataType is DateTime and it works just fine for me in v9.2 of the grid.
Hi,
The type is time(7) using v9.1