Categories | Question details Back To List | ||
Formula serialization Hello DHX Team, I’m using dhtmlxGrid_pro_v16_80512. Is there a way to serialize math cells with formulas ??? And Is there a way to serialize math cells with formulas AND calculated values too??????? Is there a way to works with multiple ids (rows) in XML ??? For example : <row id="3" idAux="5" style="font-size:8pt;"> Thanks, Alex Answer posted by Support on Nov 10, 2008 03:11 >> Is there a way to serialize math cells with formulas ??? It is possible using the latest grid version (but isn't with the 80512). >> And Is there a way to serialize math cells with formulas AND calculated values too??????? Grid allows to serialize only one: either formula or values. If you want to serialize math formula instead of the value, please, contact us at support@dhtmlx.com and will send you the necessary files (probably they will be compatible with grid 80512). >> Is there a way to works with multiple ids (rows) in XML ??? You can set a custom attribute and then get it using getRowAttribute method. Please, see sample in your package dhtmlxGrid/samples/initialization_loading/grid_custom_attr.html |