How know id of record (or any value of filed) before delete that record?
im try to use $[data][id] in delete function, but it return null value.
very thank for help.
3 Answers
Hello,
You are doing it right, just few considerations.
1) It is available in licensed version
2) 'id' will be the first column name of your grid. be it client_id, rec_id or whatever.
Regards,
Thanks for Reply,
1) I have licensed version.
2) But i need know value any filed on table before delete record.
Regards
Your Answer