A
Altman
I am planning on creating a datagrid in vb.net. The purpose of this is
to show the distance between one location and another. My plan is to
have a location table, and then have a location_distance table. The
location_distance table will have the source location and the
destination location. I intend to show this in a grid where the
columns are locations and each row is a location. My problem is, I am
thinking that the location table could get as high as 200-300 records.
This means the grid will have for instance 300 columns and 300 rows. I
have looked online to see what the limits of the datagrid are but I
cannot find them. Also I am worried about performance. A 300 x 300
grid will mean 90000 cells. Will this take to long to load? Is there
a better way to do this that I am not thinking of. I will probably
provide a filter to the user to limit the number of columns/rows shown
to the user but the grid can still get rather large. Also what is the
best way to create this grid. Is my only option, to create each column
and each row manually?
to show the distance between one location and another. My plan is to
have a location table, and then have a location_distance table. The
location_distance table will have the source location and the
destination location. I intend to show this in a grid where the
columns are locations and each row is a location. My problem is, I am
thinking that the location table could get as high as 200-300 records.
This means the grid will have for instance 300 columns and 300 rows. I
have looked online to see what the limits of the datagrid are but I
cannot find them. Also I am worried about performance. A 300 x 300
grid will mean 90000 cells. Will this take to long to load? Is there
a better way to do this that I am not thinking of. I will probably
provide a filter to the user to limit the number of columns/rows shown
to the user but the grid can still get rather large. Also what is the
best way to create this grid. Is my only option, to create each column
and each row manually?