Javascript issue.

2
Getting warning : “DEPRECATED: mendix.lang.nullExec. Use plain javascript if instead -- will be removed in version: 9.0” in console while button click on any item in grid. Let me know what is a solution to avoid getting this in console.
asked
2 answers
1

Depending on the widget raise an issue on Github or if the widget has platform support raise a support ticket with Mendix.

Regards,

Ronald

 

answered
0

The solution is documented here: https://apidocs.mendix.com/7/client/module-mendix_lang.html

Deprecated: since version 7.0, just use if (callback) callback(); expression instead
 

answered