Row-oriented Radio Buttons - eXcell type "ra_str"

Is there an example illustrating the usage of “ra_str”? I do get an “incorrect cell type: undefined” error when loading from xml. Do I have to set something special when setting the default types?

My default line is like this (no errors there):



evaluationGrid.setColTypes(“ro,ro,ra_str,ra_str,ra_str,ra_str,ra_str,ra_str”);    



Thank you. D.

You need to include
    dhtmlxgrid_excell_ra_str.js

    dhtmlx.com/docs/products/dhtmlxG … xcell.html

Also, there is a known issue with mixed column types ( when not all rows created as ra_str ) - please use attached js file instead of original one to solve such situation.

dhtmlxgrid_excell_ra_str.zip (723 Bytes)