I have an editable Radgrid written in C# code-behind. I'm curious if there's anyway to generate a change log of what users have inserted/updated/deleted and/or some sort of "Undo" mechanism. Can anyone please help?
Thanks,
Mark
2 Answers, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 18 Mar 2014, 02:24 PM
Hello Mark,
Could you please refer to the answer in your other forum post regarding the same functionality: RadGrid Audit Trail.
For all sides convenience and for better tracking purposes, please try to avoid opening duplicate treads. Thus the answering process could only improve, which is beneficial to both sides.
If you have any further questions on this matter, I suggest that we continue our conversation in the other forum thread.
Kind Regards,
Konstantin Dikov
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges.Watch on demand now.
Essentially, custom sql commands must be written and run upon the User interacting with the grid in order to write the values to shadow-copy of the table (clone).