The Enhanced grid is a combination of a Dbgrid, Dbnavigator, Statuspanel and a caption.
All of the above controls are placed on a panel component.

I realy havn't put much work into documentation, but maybe this will help:


1. Installation:

 A)   After all files have been unzipped copy Enhgrid.pas, Nav.pas Enhds.pas and Navres.res to 
       a directory of your choice. The navres.res is required for the additional bitmaps for 
       the navigator component.


 B)   Next start Delphi and choose options and install components. Press the add button and then 
       browse button and choose enhds.pas and press OK. Repeat these steps for nav.pas and enhgrid.pas.
       when this is complete there should be three new components on the samples page of the pallete.

2. How to use:

      Add a ttable or tquery to a form. Set all of needed properties and activate the table.
      Add a enhgrid to the form. Set the dataset property of the enhgrid to the ttable or tquery
      you added in step 1. At this point your grid should have data in it. 

      Optionally select any of the subcomponents on the panel. All properties should appear
      in the object inspector. The StatusSections property allows you to choose the parts of the
      status panel you would like displayed.

      The navigator has 1 new property "Jump". This property sets the number  of records to skip
      when you click the << or >> buttons. The new navigator can be used independent of the enhgrid
      if you like and all of the original functionallity.


3. Use these components at your own risk, as they have not been tested for
   every situation and are not guaranteed in anyway.

4. I'd be very interested in feedback positive or negitive.


Thank you,

John Panagia 72774,2161               