Categories | Question details Back To List | ||
cell ids I have a page with two tables on it. I want cell ids for both tables and I want to be able to distinguish between the two sets of ids, not have two sets of c_<row#>_<col#>. Is this possible with dhtmlxgrid or does dhtmlxgrid assume in enableCell that you have one table on a page? Thanks. Answer posted by dhxSupport on Dec 02, 2009 02:00 You can use enableCellIds() method. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_enablecellids |