pashminakazi commented on issue #852:
URL: https://github.com/apache/royale-asjs/issues/852#issuecomment-643187667


   When i have added 
   ```
   if (columns == null) {
   return;
   } 
   ```
   in DataGridLinesBeadForICollectionView then this same exception occurs in 
DataGridColumnResizeBead then i added 
   ```
   if (columns == null) {
   return;
   } 
   ```
    in DataGridColumnResizeBead  and then again this exception occurs in 
DataGridLinesBeadForICollectionView but on other line then i added this again 
there and exception gone.
   Thanks


----------------------------------------------------------------
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:
[email protected]


Reply via email to