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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...