I have a trouble using enableSmartRendering, here is error message I get:
Error: mygrid.enableSmartRendering is not a function
Source file: localhost/page_commission_success.php
Row: 49
here is the code
All smartrendering related functionality stored in dhtmlxgrid_srnd.js file, which need to be included in project if you want to use SRND mode.
Please refer to documentation it contains info which file need to be used for specific functionality.
my sequence is:
Ok, and the problem is related to: dhtmlx.com/docs/products/kb/ … mal&q=1361
I think that there is missing “}” at the end of dhtmlxgrid_srnd.js file. After I add it by hand it start working.
Yes, the problem was caused by configuration software, which incorrectly process js file while preparing packages ( problem was only with str packages, and file already updated on dhtmlx.com )
You fix will solve issue, but you can use file from next thread as well
dhtmlx.com/docs/products/kb/inde … rch&q=1332