Hi,
We have a databound ListGrid with some fields of type "datetime".
In grid's setEditorCustomizer we're returning TextItem for these fields. That TextItem has its setEditorValueFormatter and setEditorValueParser overriden to do time zone processing, validation, etc.
This whole thing worked fine in SmartGWT3.1 and even in our initial eval download of SmartGWT6.1 on Nov 29.
But with the latest builds (downloaded yesterday, and in mid February before that) we're seeing the following strange behavior:
If we edit date portion of datetime everything is fine. If we edit time portion of this - time value gets ignored, setEditorValueParser receives old value in parseValue.
In the last build I removed TextItem to use DateTimeItem instead, but problem persists. Meanwhile it all works ok for date and time if DateTimeItem is in the DynamicForm...
Any insight is greatly appreciated.
Thanks
-sarkis
We have a databound ListGrid with some fields of type "datetime".
In grid's setEditorCustomizer we're returning TextItem for these fields. That TextItem has its setEditorValueFormatter and setEditorValueParser overriden to do time zone processing, validation, etc.
This whole thing worked fine in SmartGWT3.1 and even in our initial eval download of SmartGWT6.1 on Nov 29.
But with the latest builds (downloaded yesterday, and in mid February before that) we're seeing the following strange behavior:
If we edit date portion of datetime everything is fine. If we edit time portion of this - time value gets ignored, setEditorValueParser receives old value in parseValue.
In the last build I removed TextItem to use DateTimeItem instead, but problem persists. Meanwhile it all works ok for date and time if DateTimeItem is in the DynamicForm...
Any insight is greatly appreciated.
Thanks
-sarkis
Comment