delphi的dbgrid我觉着不太好看,VS.Net的类似东西比它好看的多,请各位推荐一下,哪个类似于dbgrid的控件比较好用又好看?谢谢!

解决方案 »

  1.   

    EhLib
    http://www.playicq.com/dispdocnew.php?id=24180
      

  2.   

    Ehlib,比较好用,功能很强
    TDBGridEh component
    TDBGridEh provides all functionality of TDBGrid 
     and adds several new features as follows:
       Allows to select records, columns and rectangle areas.
       Special titles that can correspond to several/all columns.
       Footer that is able to show sum/count/other field values.
       Automatic column resizing to set grid width equal client width.
       Ability to change row and title height.
       Allows automatic broken of a single line long title and data row 
         to a multiline.
       Title can act as button and, optionally show a sort er.
       Automatically sorting.
       Ability to truncate long text with ellipsis.
       Lookup list can show several fields.
       Incremental search in lookup fields.
       Frozen columns.
       DateTime picker support for TDateField and TDateTimeField.
       Allows to show bitmaps from TImageList depending on field value.
       Allows to hide and track horizontal or vertical scrollbars.
       Allows to hide columns.
       Allows to show 3D frame for frozen, footer and data rows.
       Allows to draw memo fields.
       Multiline inplace editor.
       Proportional scrolling independently of sequenced of dataset.
       Automatically show checkboxes for Boolean fields. Allows to show 
        checkboxes for other type of fields.
       Has a procedures to save and restore layout (visible columns, columns 
        order, columns width, sorters, row height) in/from registry or ini file.
       Allows to show hint (ToolTips) for text that don't fit in the cell.
       Allows to export data to Text, Csv, HTML, RTF, XLS and internal formats.
       Allows to import data from Text and internal formats.
       Can sort data in various dataset's.
       Can filter data in various dataset's.