I've created editable grids before, but never had this problem. Any ideas would be helpful. Perhaps there's some new setting I'm not aware of.
Setup: Gallery Equipment list (10 items visible at one time)
- Items: dvEquipmentList (SQL view of multiple tables)
combobox: want to use OnChange event to run Patch statement to capture new value to Collection and store up changes for one final SaveAll Changes.
Problem:
- When loading screen - OnChange event fires for ALL visible records + ~8 of the next records. 😣
- when scrolling - OnChange event fires for 2 records with each scroll click. 😣
The "onChange" event seems to fire (only for combo boxes, not for text boxes) when the data loads (though Monitor does not track this) (double 😣 😣 ) as well as when the control is actually changed.
I've validated the trigger with this OnChange: Notify("Changing " & ThisItem.EquipID).
Any ideas what's going on and why this happening?
@RezaDorrani I know you've demonstrated editible grids, but haven't seen this bug with your demos.