Categories | Question details Back To List | ||||||||
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. Answer posted by Support on Feb 06, 2008 09:52 You need to include dhtmlxgrid_excell_ra_str.js http://dhtmlx.com/docs/products/dhtmlxGrid/samples/cell_types/pro_radio_excell.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. Attachments (1)
|