GeorgeS
Posts: 206
|
| Posted: 10/17/2005, 5:20 PM |
|
Hi,
I have a simple grid based on2 tables with custom delete (with checkboxes like Edit.Grid).
I'd like to be able to do updates instead of deletes based on several conditions.
for example:
If there is a value in one 'flag' field - custom delete should be substituted for update to change that value.
If there are no values in 'flag' fields- delete records.
i don't think that in case of custom delete DeleteAllowed property would work in BeforeBuildDelete event - all selected records are being deleted no matter if DeleteAllowed = true or false
Any help would be appreciated.
_________________
GeorgeS |
 |
 |
|