Laturine opened a new issue #1109:
URL: https://github.com/apache/royale-asjs/issues/1109


   Hi Royale,
   
   In mx.controls.beads.AdvancedDataGridSortBead in the mouseClickHandler when 
setting the column variable 
   event.target.data is always null.
   Setting the sortable property to false on a column causes this to matter.
   When I changed  it to event.target.element.parentElement.royale_wrapper.data 
then it started working correctly.
   
   I was going to open a PR, but my solution seems like it shouldn't work like 
that. I'm still trying to learn the framework, hopefully someone with more 
experience can explain maybe how it should work and I can make an attempt at a 
PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to