J
Joseph Geretz
I'm running an amortization calaculation out to 360 months. I'm finding
though, that loading the Grid is unacceptably slow. The way I'm doing this
is by sequentially adding a new row and loading the data into the grid as
each month is calaculated. It takes 35 - 40 seconds! Would it be faster to
load the data into an array and then fetch the data as needed, as the grid
is scrolled?
Thanks for any advice.
- Joe Geretz -
though, that loading the Grid is unacceptably slow. The way I'm doing this
is by sequentially adding a new row and loading the data into the grid as
each month is calaculated. It takes 35 - 40 seconds! Would it be faster to
load the data into an array and then fetch the data as needed, as the grid
is scrolled?
Thanks for any advice.
- Joe Geretz -