TMSFNCDataGrid & DoubleClick

If you double click on a cell and open a modal window :

procedure TForm1.grdTestCellDblClick(Sender: TObject; AColumn, ARow: Integer);
begin
Application.CreateForm(TForm2, Form2);
Form2.ShowModal;
end;

then the selection of the grid is following the mouse cursor without using the mouse button (there was the same problem with TMSFNCGrid)

Hi,

Thanks for notifying, issue is fixed. Next version of the TMS FNC UI Pack will have this fix included.

Hope you fix it for the TMSFNCGrid too...
Thanks

Hello,
After testing the TMSFNCDataGrid 1.0.0, I can affirm that it is not fixed.
Tested under FMX. And it is the same with TMSFNCGrid (signaled several months ago).
Regards

Hi,

The fix needs to be released. We were already releasing at the time of writing, so 1.0 doesn't contain the fix yet.