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!

Share and Enjoy:
  • Print
  • email
  • PDF
  • Digg
  • Facebook
  • LinkedIn
  • Twitter
  • Live
  • Yahoo! Bookmarks
  • Google Bookmarks

Related posts:

  1. Displaying the Piechart in the DataGrid component
  2. Passing variable value from one component to another component?
  3. how to pass variables from one component to another component.
  4. List Component Issue in AIR: Drag and Drop in same list component.
  5. Making the address bar in the browser tab disabled
  6. Tree – Set color of selectedItem to a different color.
  7. Tree – Set color of selectedItem to a different color.
  8. How to acess one mxml component id in another mxml component?
  9. in TitleWindow component
  10. Need someone to develop a Component

  1. xueliang wu says:

    You can override the updateDisplayList() function. Try it .

    2009/10/2 jalopy

  2. Anonymous says:

    How do you do that?

    2009/10/2 xueliang wu

  3. Vasu Reddy says:

    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

  1. There are no trackbacks for this post yet.

Leave a Reply