M
meyrick
Guest
Hi there I have linked a temp-table to a data grid on my mobile app. I am using input controls in my grid so that the user can amend a column in the row if they need to. I now need to put a button at the end of each row to allow the user to delete the temp-table record if they need to. From the client side how do i flag the row for deletion? is it possible to mark- row-state so that when i loop through my dataset on the appserver side i look for the where the rowstate is equal to ROW-DELETE and delete this record? Can someone please advise on a approach on how to do this or on an alternative if the above is not possible.
Continue reading...
Continue reading...