Ok, the problem is I'm trying to register a PercentType using your factory too. The only diference is that I use NumberFormat.getPercentFormat() but seems to be not compatible with FieldType.FLOAT or FieldType.TEXT showing the error message in my previous post
Sorry for bothering you. Thank you
[EDIT]
The main problem was I was using "percent" as identifier, and there's a native SmartGWT SimpleType declared with this name
Sorry for bothering you. Thank you
[EDIT]
The main problem was I was using "percent" as identifier, and there's a native SmartGWT SimpleType declared with this name
Comment