Splitat in version

Hi,

I’m using grid version v.1.6 build 80512. I’m unable to implement the split at functionality properly with this version.



The syntaxs’ that i’ve tried are



Response.Write “1”

and

Response.Write “<call command=”“splitat”">1"



Is this functionalityy enabled in this version? Please suggest me on how to proceed.

Response.Write “<call command=”“splitat”">1"

Correct one is
    Response.Write “<call command=”“splitAt”">1"


Please be sure that dhtmlxgrid_splt.js included in your HTML page.