Hey guys, how are you?
well, I have grid settedup to setAutoSaveEdits(false) and I am performing the persistence via a button which invokes grid.saveAllEdits. Only two columns are editables, one of them, must be validated before its data be persisted in the database. However, I need to ask the user something like: "This information is already in use. Are you sure that want use it again?"
How could I do it? See that I need to verify first if the incoming column value is already in database.
Any comment can becomes useful.
Thank you.
Vitor Eduardo
well, I have grid settedup to setAutoSaveEdits(false) and I am performing the persistence via a button which invokes grid.saveAllEdits. Only two columns are editables, one of them, must be validated before its data be persisted in the database. However, I need to ask the user something like: "This information is already in use. Are you sure that want use it again?"
How could I do it? See that I need to verify first if the incoming column value is already in database.
Any comment can becomes useful.
Thank you.
Vitor Eduardo
Comment