Hi all,
I'm currently having the same problem as codingvn. I tried to split the list of items to different sub-lists and load these sub-lists one by one until the last,this is for minimizing the number of processing cells at the same time, and of course the visual affects (changing background-color of cells which have changes in value) are disabled if the last item of the last sub-list doesn't receive its first values. But the case is not improved much for IE browsers because there is a lot of changing cells in real-time trading hour, and that means the browser will have heavy DOM manipulation. I quickly recognize that IE browser is extremely weak in processing concurrent javascript code especially with a big bundle of HTML cells like Lightstreamer cells in my case. The paging and Grid solution are not approved by our customer, do you have any other solution ?