Jump to content

Simulate OnEnter For Grid


Ario.Paxaz

Recommended Posts

  • 2 years later...
On 2/20/2017 at 6:33 AM, Farshad Mohajeri said:

As I repeatedly said, OnEnter for Grid can not be implemented. You must change your application logic.

Your application should not rely on OnEnter functionality to work properly. Web development is different than VCL development.

Sorry to resurrect this old post, but could you possibly elaborate on why "OnEnter" can't be implemented on the grid?  I've recently implemented "OnEnter" by piggybacking off of the ExtJS "focusenter" event, which sends an event to the (server-side) grid that is processed in the "JSEventHandler" method (not sure if this was the approach used by A. Soltani) and it seems to work okay.  Is there some hidden "gotcha" to this implementation that I'm not aware of?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...