Hi, I have a customer item editor that handles a 5 star rating system. If the user clicks on the component it will rate it 1-5 stars. I've gotten everything working except I can't get the DataGrid to fire an itemEditEnd event when I click on the component. I figured it would work similar to CheckBox, but I think my missing piece is that CheckBox is focusable where my HBox with 5 Image components is probably not. What actually triggers the DataGrid to know when an editor is done editting? Should my customer editor fire the itemEditEnd event? Or is that DataGrid's responsibility? If it is, what event can I fire to force DataGrid to fire it's ItemEditEnd event?
Thanks Charlie

