Cell ids

I just noticed the individual cell ids (e.g.

) are removed when I convert my HTML table into a grid. Is there any way to preserve them? Or, if I were to load the data some other way (e.g. from a JS array or XML), is there a way to specify cell ids? We need them for automation purposes.



Thanks,

Ever

To enable cell ids you can use method mygrid.enableCellIds(true) - method enable/disable unique id for cells (id will be automaticaly created using the following template: �c_[RowId]_[colIndex]�)