SmartClient 9.1 LGPL
IE8
We have a DS field declaration for a field of type "int".
In our ListGrid, we have a ListGridField definition for that field but with the type marked as "text".
In IE8, we are seeing values of "[Class [Class Class]]" - like it is failing at casting or converting the value.
Works fine in Chrome / FF. The "int" shows up as a text and is searchable, sortable, etc.
Is this not supported? Do I need to do something to explicitly tell SC to convert a number to a text so you can work with it like a text (partial text search locally for example)?
IE8
We have a DS field declaration for a field of type "int".
In our ListGrid, we have a ListGridField definition for that field but with the type marked as "text".
In IE8, we are seeing values of "[Class [Class Class]]" - like it is failing at casting or converting the value.
Works fine in Chrome / FF. The "int" shows up as a text and is searchable, sortable, etc.
Is this not supported? Do I need to do something to explicitly tell SC to convert a number to a text so you can work with it like a text (partial text search locally for example)?