Hello,

At the moment, we are using EventBroker.subscribe within the
headerRenderer's of a DataGrid so they can listen out for a "CLEAR_FILTERS"
event. This fires a function to set the textinput object to "" which is
inside the headerRenderer.

Does anyone know any other way to talk to the headerRenderer to tell it to
do something without it having to subscribe to a custom event?

I had the same problem with itemRenderers and I've overcome it by
creating/modifying an attribute flag on the XML which I then text for on the
itemRenderers listData setter function.


Nick

Reply via email to