SMART datagrid v.1 > Functions
If call by specifying trace as true, it will display the message being printed in the console within grid module. 
Usually, call at the point of initialization.
    $(function () {
        DataLudi.setDebug(true);
        DataLudi.setTrace(true);
    });