SMART datagrid v.1 > Functions

Back  Forward

DataLudi.setDebug  Function

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