views:

26

answers:

0

hi, How can i best implement an audit trail for an application that uses Telerik open access. I have posted this question on their support but there has been no reply for days (sucks) I have already tried the Tracking events within each scope but am unable to save the field that contain List or class attributes. (open access does not support the object datatype) Example of the class am trying to implement an audit trail for is

class myCompany
{
    private int _id;
    private IList<Bus> _myBusses=new List<bus>();
    private User _createdBy;
}

Plesase Help