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

  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