Hi guys, I got exhausted today struggling with NumericStepper. In DG I have a NumericStepper component used as itemRender (editable).
I tried two kinds of NS components. 1. extended NS. 2. use VBox to contain a NS inside. What I want is, each time when user click NS, I need an itemEditEnd event at once and comparing original values of DG, so user could get immediate response it changed or not. But I found the NS has quite weird behavior. My experiment is to force focus moving outside from current itemRender instance when NS vlaue changed. I got this method worked for Combox, Checkbox renderers, but not NS this time. NS has a TextField, it never lose its focus. So itemEditEnd event not dispatched at _first _ change, but _second_ value change on NS? itemEditEnd event fired! Any help appreciated. George

