0

I am having button group in which I am having 4 buttons...I want to disable particular button on some button click.. how can i do this?

I have tried :

    buttonItemID.disabled = true.  (radarbutton.disabled = true)

but cant get result.

please give me solution

Curious_k.shree
  • 990
  • 2
  • 18
  • 37

1 Answers1

0
Ext.ComponentQuery.query('button#buttonItemID')[0].disable();
nscrob
  • 4,483
  • 1
  • 20
  • 24