79385566

Date: 2025-01-24 20:38:11
Score: 1
Natty:
Report link

I got round this by adding an OnKeyPress event to the data grid and forcing the dataset .Post for the return or tab key, which were effectively exiting the cell anyway.

if (ord(Key) = VK_RETURN) or (ord(Key) = VK_TAB) then
  ClientDataSet.Post;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paul Browne