[eluser]paulopmx[/eluser]
[quote author="Synergiq" date="1207924333"]What's the largest amount of records anyone has used with this? I'm trying to use about 1200 but it's dying. I'm not sure if it's too much for the grid or if it's because I'm using asp and sybase so I cant use LIMIT.[/quote]
Synergiq, this is really more of the limitation of how Javascript manages your memory and your browser. Flexigrid does its best to clean up the memory after loading new data, but basically every row we create has a memory hit, because of the events that we attach. You will see also that the each browser (ie,firefox,safari) handles memory management differently, for example firefox 2, i find tries to reserve the largest memory that your script has used even after reloading the page, instead of returning it to the system, with the believe that you might need it again for the same script.
So if you could limit your rows the better, and just use paging.