Hello,
I have some strange behaviour with a ListGrid and a LocaleFloat field. We have a ListGrid with filterOnKeyPress = true and a field with the data type LOCALEFLOAT. After I insert a filter on this field the localized formats are converted to English format. For example, 1,000,123 becomes 1,000,123. The server-side filter works, but it looks a bit strange to the user.
We use SmartGWT 6.0-p20181006 (Power edition) and the latest Chrome version.
I tried also the newer versions of SmartGWT 6.1-p20181006 (Power edition) and the 12.0-p20181009 (Eval edition). In this version, the behavior is completely useless. After inserting a filter in this LOCALEFLOAT field the value disapears. In the request, I see that the criteria is sent to the server with the correct value. The filters of the other fields (data types) work as expected for all three versions.
Could you please help me with this problem?
I have some strange behaviour with a ListGrid and a LocaleFloat field. We have a ListGrid with filterOnKeyPress = true and a field with the data type LOCALEFLOAT. After I insert a filter on this field the localized formats are converted to English format. For example, 1,000,123 becomes 1,000,123. The server-side filter works, but it looks a bit strange to the user.
We use SmartGWT 6.0-p20181006 (Power edition) and the latest Chrome version.
I tried also the newer versions of SmartGWT 6.1-p20181006 (Power edition) and the 12.0-p20181009 (Eval edition). In this version, the behavior is completely useless. After inserting a filter in this LOCALEFLOAT field the value disapears. In the request, I see that the criteria is sent to the server with the correct value. The filters of the other fields (data types) work as expected for all three versions.
Could you please help me with this problem?
Comment