grid cell

Hi I have cell on my grids which have id attribute VALUE
I have a data processor where I use dataprocessor with dp.sendData(); to send all modified data at once. I get the row id, column id passed to my server side but I also need cell id attriute send too. How do I achieve that?

please let me know if this is possible otherwise I might have to use xml serialisation to set and get cell attributes.

Unfortunately you will have to use attributes to set the id to a cell.