wheel in TTMSFNCDataGrid does not work if in editing

I noticed that the wheel is not working if the datagrid is in edit mode.
Is there a switch to change that?

The behavior is by design. When editing, it's not possible to scroll. We can implement the following change: editing is automatically stopped when scrolling. Is this behavior what you want?

1 Like

that is helpful, or should I stop editing from wheel events and handled=false?

We have implemented this as an improvement. Meanwhile you could indeed handle this yourself in the implemented of MouseWheel events.