Error with new Teegrid.Selected.EnterKey

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
zehlein
Newbie
Newbie
Posts: 2
Joined: Mon May 05, 2025 12:00 am

Error with new Teegrid.Selected.EnterKey

Post by zehlein » Fri Jun 13, 2025 3:31 pm

Placing a TeeGrid component on a new form throws an error at runtime if you select anything else but NextCell in the object inspector.
Error reading TeeGrid1.Selected.EnterKey. Property does not exist. Just for your interest. :D

Marc
Site Admin
Site Admin
Posts: 1316
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Error with new Teegrid.Selected.EnterKey

Post by Marc » Mon Jun 16, 2025 2:03 pm

Hello,

I've not been able to reproduce the problem. Please check that you are using the latest version (1.18) and that there are no conflicting versions of TeeGrid on the search path.

I assume you mean selecting NextCell or NextRow, etc from the property Editing.Enterkey in the object inspector. I have tried that in VCL x32 and x64 and VCL C++ Builder.

Regards,
Marc Meumann
Steema Support

zehlein
Newbie
Newbie
Posts: 2
Joined: Mon May 05, 2025 12:00 am

Re: Error with new Teegrid.Selected.EnterKey

Post by zehlein » Tue Jun 17, 2025 5:25 pm

There must have been some confusion with a previous version. I installed the new version again and now it's working correctly.

Post Reply