I have a markup page
(see analytical.html in the attached markup.zip) which creates a grid
inside each of the two tabs of a tabbar. I would like to enable smart
rendering, but I got error when calling grid.enableSmartRendering(true) –
FireBug’s error message says “grid.enableSmartRendering is not a
function.” Could you please help?
You need to include
dhtmlxGrid_srnd.js in your page - some rare used functions stored in separate
files. Documentation contains info about which file necessary for each
function.