Re: Huge Grid Component?



Just curious ... why would anyone want to be able to display 100,000 rows
in a grid ? ... who would have the patience to sit and scroll through so
many lines and with 100 columns ? Wouldn't it be better to incorporate
filter / search functions to control the scope of this data and thereby
minimize the demands required both of the grid and any network loading ?

I have been building two-language dictionaries for my translation job and I
load the entries all at once in a VirtualTreeView, so the user can move
around just by scrolling, no need for typing/clicking filters, etc. My
German-English dic has almost 600 thousand entries. It does take a good
while for loading (about 15 secs), but once it does the user can browse from
A to Z in a flash. It has 3 columns, though, not 100.


.



Relevant Pages

  • Re: How to simulate the double-click event?
    ... large list and I wanted the scroll bars. ... The tool bar I see does not include a "Grid" so I ... If NumberOfLinesOfText> VisibleRows Then ... Private Sub MSFlexGrid1_MouseDown(Button As Integer, ...
    (microsoft.public.vb.general.discussion)
  • Re: Fetching more records for a grid
    ... However in all the chatter on this thread there were several issues overlooked, What if a record is added that logically becomes the next record when the user arrows down, because you have an extract of the real table, the user will not see this unless they drop out and go back in again or scroll past the current 100 and back again. ... Codewise to achieve what you want is not onerous, in clipper the TBROWSE function was only about 50 lines of code and catered for drawing the boxes (grid) and maintaining the scrollbar on the side etc. ... The philosophy of the code was to read the first page full of records into an array and display the array. ... I use the comma to concatenate fields, so Smi,joh might find John Smith where Smi finds Smith, the comma says pad out the key with the contents of the current record then look for the contents of the next key ie John. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: DNS question
    ... Yes, I have not only been off the grid, I have fallen off the grid. ... of the NICs. ... entries, though. ... Windows Server MVP - Directory Services ...
    (microsoft.public.windows.server.active_directory)
  • RE: Lazy Loading Grid Object
    ... I am not looking for paging. ... it loads the first X records and then as you scroll ... It does not try to load the entire table at ... >> screen next to the grid. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Lazy Loading Grid Object
    ... we call out from the client using the xmlhttp object which can either ... > What I mean is this: I want to display a grid that only shows, say, 20 ... When the user moves the scroll bar, ...
    (microsoft.public.dotnet.framework.aspnet)