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 ?

Basically I think you are absolutely right. However if you are dealing with such a huge amount of data, I think it's a good thing if your components actually can manage it. Although of course you can show the user a message like "too many rows, try another query" a big list is one way to tell the user to be more specific. If the control is smart enough it also can help the user to locate items quickly. Think about an incremental search like Firefox has. The list has to be loaded completely for such a search feature, which actually can be easier for the user than a filter dialog (probably offering both is the best).

--
Jens Gruschel
http://www.pegtop.net
.



Relevant Pages

  • Manual scroll rendering
    ... I need to scroll a virtual grid that is 1.2M pixels x 1.28M pixels in size. ... I think this is too large of a size for a control or a form, ... OnScroll I invalidate the newly scrolled area to trigger OnPaint (modeled ...
    (microsoft.public.dotnet.languages.vb)
  • Re: GridCtrl vertical scrollbar problem
    ... It sounds like the control is not paying ... attention to the fact that the scroll bars got turned on. ... I got a wierd problem with GridCtrl scrollbar, I am using a grid ctrl ...
    (microsoft.public.vc.mfc)
  • Re: grid control for access
    ... Does anyone know of a good grid control for displaying a grid of MSAccess ... until you release the scroll button and find out. ... Krzysztof Szyszka, X-Files Software ...
    (alt.comp.lang.borland-delphi)
  • grid control for access
    ... Does anyone know of a good grid control for displaying a grid of MSAccess ... data in Delphi that operates similar to Excel? ... until you release the scroll button and find out. ...
    (alt.comp.lang.borland-delphi)
  • Re: How to fire an event
    ... I have an Infragistic datagrid control, ... The button click event is being raised upon a post-back to the server. ... manipulating the grid in script would cause a server event to be raised. ... The problem here is that I have no idea whether the grid will raise the ...
    (microsoft.public.dotnet.languages.csharp)