Hi
I think I have found a bug in the TRxDBGrid component.
I have attached an example.
It seems that the BeforeSave event is not triggering after I assign a datasource to the RXDBGrid. Please take a look.For testing:
- Click <Button 1>, then enter any number for price or quantity, and click <Save grid 1>. You should get BeforeSave and AfterSave events as expected.
- Next, click <Button 2>, then enter any number for price or quantity, and click <Save grid 2>. You should see BeforeSave and AfterSave events as expected.
- Now, click <Button 2> again, enter any number for price or quantity, and click <Save grid 2> once more. At this point, you will notice that only the AfterSave event is triggered.
This problem does not happen with DBGrid
Version 8.30
Windows 11 64 bits
Thank you in advance for your help
Javier