Click here to Skip to main content
Click here to Skip to main content

CGridCtrl 1.5

By , 17 Jun 2004
 

Introduction

This grid control is an advanced list control set to "Report" view that uses the custom-draw mechanism to paint itself. It provides a lot of extra features and the ability to easily add new ones.

Features

Cell-level selection

Being a grid, it is divided into cells (not just rows). The cursor moves horizontally, too.

Multiple cell types

Cells are more than just blind text displayed; they can be edited. Currently, the following cell types are available:


  • Regular cell (blind text)

  • Edit box (Screenshot: Col1 has 5 edit box cells)

  • Combo box (Screenshot: Col2 has combo box cells)

  • Editable combo box (Screenshot: Col3 has editable combo cells)

  • Check box (Screenshot: Col5 has check box cells)

  • Custom edit (Ellipsis) (Screenshot: Col4 has ellipsis cell)

  • Separator (Screenshot: Row11 has separators)

New cell types can easily be added.

Inplace combo boxes with images

Combo box and Editable combo box cells, can display images when they are dropped down. When an item is edited, its new (text) value AND the corresponding image are applied.

Multi-select

You can select multiple cells simultaneously (see screenshot).

Multi-edit

After editing a cell, its new value applies to the entire selection

Custom colors

The grid has a complex colouring system. First of all, it has a global color scheme applied by default to all its cells. Initially, this global color scheme uses the default Windows colors. Secondly, each cell can have overridden colors (and fonts).

Cell font-styles

Beside custom colors, each cell can have it's own font style. Currently is supported any combination of: bold, italic, underline and strikeout. For instance, in the screenshot, Col5 is BOLD + ITALIC, Col6 is UNDERLINE + STRIKEOUT.

Custom cell drawing

If you are not satisfied with the default behavior, you can easily custom draw any cell.

Incremental search

If you start typing a string, the selection jumps to the first cell that matches it.

Using the code

Being a list control, the grid is to be used the same way. First of all, insert some columns with InsertColumn. Then, insert items with InsertItem. Insert subitems using SetItem.

Tips:

  1. Multi-selection is disabled by default. In order to enable, open the resource editor, select the list control, set it to report view and set "Single Selection" to false
  2. The grid will NOT work with LVS_EX_HEADERDRAGDROP style
  3. The grid was NOT tested with sorted columns. It might work, though...

For using the advanced features, you could take a look at the demo project... It's well commented.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Marius Negrutiu
Web Developer
Romania Romania
- C/C++ Programming
- Windows Device Driver programming (DDK)
- Low-level networking programmer (firewalls, routers, sniffers...)
- AutoCAD ObjectARX/DBX programming
- ADT Object Modeling Framework (OMF) programmer

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionWhere to set the cell style?memberhahakilokilo14-Jan-09 4:11 
GeneralCreating problemsmemberchs8-07119-Sep-07 1:08 
GeneralPb deleting itemsmemberforest200619-Jun-06 2:09 
GeneralRe: Pb deleting itemsmembermistralthales19-Jun-06 5:36 
GeneralQuestion about adding messaging to gridmemberzlatnik20-Feb-06 13:30 
GeneralRe: Question about adding messaging to gridmemberMarius Negrutiu21-Feb-06 0:05 
GeneralRe: Question about adding messaging to gridmemberzlatnik28-Feb-06 13:43 
GeneralRe: Question about adding messaging to gridmemberMarius Negrutiu1-Mar-06 3:58 
Generalnicemembersstoyan16-Jan-05 6:44 
GeneralPb editing cellmemberForest20045-Dec-04 23:27 
GeneralRe: Pb editing cellmemberMarius Negrutiu6-Dec-04 0:02 
GeneralRe: Pb editing cellmemberForest20046-Dec-04 0:09 
GeneralRe: Pb editing cellmemberMarius Negrutiu6-Dec-04 0:17 
GeneralMDImemberRazi Al-Sayed21-Nov-04 9:41 
GeneralRealy nice... but need some helpmemberd00_ape21-Oct-04 3:01 
QuestionHow can I Insert a dynamic Row in MFC CGridCtrl ??memberbiu-jee10-Sep-04 1:56 
GeneralSorting and full row selectmembertomei26-Jul-04 0:22 
GeneralRe: Sorting and full row selectmemberMarius Negrutiu26-Jul-04 3:37 
GeneralRe: Sorting and full row selectmembertomei26-Jul-04 5:28 
Generalchanging the colour of the scroll-barsmemberAlex Evans24-Jul-04 13:40 
GeneralNice, but heavily buggy !memberKochise10-Jun-04 23:54 
GeneralRe: Nice, but heavily buggy !memberMarius Negrutiu17-Jun-04 21:44 
GeneralNot more crash, but still complicated...memberKochise17-Jun-04 23:54 
GeneralRe: Nice, but heavily buggy !memberThomas Freudenberg18-Jun-04 1:18 
GeneralIt's a grid, not a tree :/memberKochise18-Jun-04 2:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130617.1 | Last Updated 18 Jun 2004
Article Copyright 2004 by Marius Negrutiu
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid