Grid Efficiency Question

  • Thread starter Thread starter Joseph Geretz
  • Start date Start date
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 -
 
Hi Joe,

Have you tried adding the data to a DataTable and binding the DataTable to
the grid?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top