Hi,

We have some Buttons inside a ButtomGroup and we need to enable or disable them at client side. But when we look which kind element they are, we find "Ext.dom.Element" instead of Button type as expected. So in this way, we can't call button methods.

How must we enable/disable this kind of element?

Thanks.