i am using lightstreamer with an OverwriteTable to populate an extJS grid that has sorting and column re-ordering. when the grid is sorted or a column is moved, the grid stops receiving updates from lightstreamer. each cell in the grid is created as a <div> element with source, table, item and field attributes. using firebug, i see that this is converted into and id attribute with the following format: "F|table|item|field|div". i have tried moving the id along with the cell, but it appears that lightstreamer does not recognize the id or is using some other method to perform its updates.

i could use some help in restoring the association so that lightstreamer updates are reflected automatically.