
Hi,
When i am going to delete a row in a grid , there will be a Dialog Box Appears like the Image below. Where we can find the code for this or else is this a property. Can we modify this Text in the Dialog box.
Regards,
Ram.
This code is in the Kernel. You cannot change it.
But if you want a specific delete confirmation for a certain table/form, you can program a similar message box in validateDelete() in the form/Table.
In this case, remember to uncheck the confirm Deletion for that Table Group for all users. (User Options >> Confirmation). If not, the user will see 2 confirm delete messages (1 customized, 1 Standard)