TTMSFNCDataGrid.Options.Editing.DirectDropDown = True breaks DateEditor on iOS

Setting TTMSFNCDataGrid.Options.Editing.DirectDropDown to True breaks the Editor for Dates on iOS.

The Control appears for approximately half a second and then disappears immediately. There is only a blank popup shown.
It is possible to show the DateEdit if you click again immediately after the blank popup is shown.

I´m setting this for the TimeEdit like proposed in this Topic.

I´m using the TTMSFMXNativeUIDatePicker as a Custom Control.

I´m only using the TTMSFMXNativeUIDatePicker for Fields with DataType = ftTime so this shouldn´t interfere.

I´ve just tested it without custom controls and the issue still persists.

Hi,

I've investigated this here and could succesfully integrate a TTMSFMXNativeUIDatePicker

ScreenRecording_12-17-2025 13-51-41_1.zip (2.6 MB)

Sample_DataGrid_Time_mod.zip (15.8 KB)