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