SMART datagrid v.1 > Functions

Back  Forward

DataLudi.setTrace  Function

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 setTrace (trace: Boolean);
Returns
Void
Parameters
trace - Boolean. required.
Code -1
    $(function () {
        DataLudi.setDebug(true);
        DataLudi.setTrace(true);
    });
See Also
setDebug
getVersion
Examples
Hello Grid