Hi, Found a regression issue with 4.11 do to changes in ADG's itemToLabelWithoutFormatting.
Code example here: https://issues.apache.org/jira/browse/FLEX-34132 While it is a regression issue it's not a serious one IMO and has many workaround. You'll unlikely to run into this in a real application, as most ADC columns will have dataFields or via labelFuctions or item renderers. The changes made were probably what the function intended in the first place, as previously this code would return before falling though to the data.toString() call at the end of the method. What do other people think? It easy enough to change back to the slightly faulty implementation or we can document it as a difference. Thanks, Justin