Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データグリッドのitemRendrerでチェックボックスを無効としてクリックさせるにはどうすればよいですか?
<mx:itemRenderer> <mx:Component> <mx:HBox horizontalScrollPolicy="off" verticalScrollPolicy="off" paddingLeft="3"> <mx:CheckBox name="chkBoxSel" selected="false" enabled="false"/> </mx:HBox> </mx:Component> </mx:itemRenderer>