smartrendering through xml

How can we implement ‘Smartrendering’ through XML?

I’ve made use of the syntax in the form shown below.



Response.Write “<call command=”“enableSmartRendering”">true"



Is This the right way?If not how to define? Please suggest me.

In dhtmlxgrid 1.5 smart rendering mode can be enabled only from JS code , you need to call
    grid.enableSmartRendering(true)
In dhtmlxgrid 1.6 - initialization smart rendering directly from xml is a valid use-case.


Hi,



Thanks for the reply. I wanted to know whether the syntax that i’ve used is correct or do i have to change the sytax?

The syntax is correct for dhtmlxgrid 1.6 ( in grid 1.5 you can’t init such mode from XML )