[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
More miscellaneous info: After this code runs, grid.selectedItems IS set.  It's a Array of length 1 with (surprise) the appropriate data element in it.  But grid.selectedItem is still null. On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: Something weird I just noticed.  Even though grid.s

[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
Found someone who reported this behavior back on July 13th. He included sample code to reproduce it. http://tech.groups.yahoo.com/group/flexcoders/message/43216 Seems like buggy behavior to me. Wonder if it ever got in the Adobe system. On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
Something weird I just noticed.  Even though grid.selectedItem gets changed to null, the selection DOES change to the new item.  It's very strange.On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: I'm running into a strange problem.  I'm trying to catch the right-click on a DataGrid row an