disabled selectedItem in mx:DataGrid component when doubleClicked.
Hello,
I need to disabled the selected row of mx:DataGrid when it is doubledClicked. Any help?
Cheers!
Related posts:
- Displaying the Piechart in the DataGrid component
- Passing variable value from one component to another component?
- how to pass variables from one component to another component.
- List Component Issue in AIR: Drag and Drop in same list component.
- Making the address bar in the browser tab disabled
- Tree – Set color of selectedItem to a different color.
- Tree – Set color of selectedItem to a different color.
- How to acess one mxml component id in another mxml component?
- in TitleWindow component
- Need someone to develop a Component
You can override the updateDisplayList() function. Try it .
2009/10/2 jalopy
How do you do that?
2009/10/2 xueliang wu
hi, i think for datagrid there no in built function to disable a single row. in flex we have itemrenderer for column not for rows. so for every object in row set some flag & create generic itemrenderer (extnds label) for all column, so depending upon flag you can disable that particular row
2009/10/2