Re: Ajax Architecture Question

2010-03-18 Thread Chuck Hill
AjaxGrid will do this for you. On Mar 18, 2010, at 9:38 AM, James Cicenia wrote: Hello Suppose I have a spreadsheet like grid and I want the numbers to change every second or two, i.e. poll the system. What is the most efficient way to do this? Have each cell poll for its number, or po

Ajax Architecture Question

2010-03-18 Thread James Cicenia
Hello Suppose I have a spreadsheet like grid and I want the numbers to change every second or two, i.e. poll the system. What is the most efficient way to do this? Have each cell poll for its number, or poll for a complete array? Thanks James ___