Jump to content

dbgrid oncolexit


FFREDIANELLI

Recommended Posts

This doesn't work for me as I need to know what the user typed in the cell/edit box (UniEdit1.text - the attached control - never updates its text property) and as the attached field is a calculated one, then the field doesn't reflect what the user typed either, so for me the edit event mentioned by mohammad would be ideal.

 

Tried something like this in the UniDBGrid ExtEvents
 

function validateedit(editor, context, eOpts)
{
  alert(editor.value);
}

but that just returned "undefined"

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...