Click here to Skip to main content
15,888,351 members
Articles / Desktop Programming / MFC
Article

The Grid Control

, , ,
Rate me:
Please Sign up or sign in to vote.
4.92/5 (30 votes)
5 Jun 2000CPOL 519.1K   191   123
The grid is a fully featured control for displaying tabular data. There are MFC and ATL versions that run on everything from CE to Windows 2000

Introduction

After pushing the CListCtrl to its limits in trying to display and edit tabulated data I decided what was really needed was a dedicated grid control. I started writing my own grid control from scratch but decided to save time by modifying Joe Willcoxson's free WorldCom grid control. I tore apert his code and rebuilt it from the ground up in order to get it to do all the things I needed. The code has gone through so many modifications that I'm not sure if there is even a single original line of code. In any case Joe's code was a great framework on which to build.

Since the initial release at the beginning of 1998 there have been many, many versions of the grid - some better than others. There have also been ports to CE, an ATL version, and extensions that include a tree-list control.

The list of all those who have contributed and provided fixes, bug reports and suggestions is too huge to mention - thanks everyone!

The Grid Control articles and projects

The Grid

MFC Grid control - Chris Maunder
A fully featured grid control for displaying tabular data that is derived from CWnd

Plug-in cell types

Tree control and Buttons for MFC Grid control - Ken Bertelson
A set of classes derived from CGridCtrl that embed a tree control, button controls, and virtual cells within the grid

Using comboboxes in the MFC Grid Control - Chris Maunder
Explains how to use comboboxes to edit cells in the MFC Grid Control

Adding Hyperlink support to the MFC Grid Control - Fred Ackers and Chris Maunder
A new class that adds hyperlink support to the MFC Grid Control

Using the Grid

Using the Grid Control in a Doc/View framework - Chris Maunder
A simple tutorial that demonstrates how to use the grid control in a doc/view application.

ActiveX version

ATL Grid control - Mario Zucca
A grid control for displaying tabular data, based on Chris Maunder's grid control

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder CodeProject
Canada Canada
Chris Maunder is the co-founder of CodeProject and ContentLab.com, and has been a prominent figure in the software development community for nearly 30 years. Hailing from Australia, Chris has a background in Mathematics, Astrophysics, Environmental Engineering and Defence Research. His programming endeavours span everything from FORTRAN on Super Computers, C++/MFC on Windows, through to to high-load .NET web applications and Python AI applications on everything from macOS to a Raspberry Pi. Chris is a full-stack developer who is as comfortable with SQL as he is with CSS.

In the late 1990s, he and his business partner David Cunningham recognized the need for a platform that would facilitate knowledge-sharing among developers, leading to the establishment of CodeProject.com in 1999. Chris's expertise in programming and his passion for fostering a collaborative environment have played a pivotal role in the success of CodeProject.com. Over the years, the website has grown into a vibrant community where programmers worldwide can connect, exchange ideas, and find solutions to coding challenges. Chris is a prolific contributor to the developer community through his articles and tutorials, and his latest passion project, CodeProject.AI.

In addition to his work with CodeProject.com, Chris co-founded ContentLab and DeveloperMedia, two projects focussed on helping companies make their Software Projects a success. Chris's roles included Product Development, Content Creation, Client Satisfaction and Systems Automation.

Written By
Web Developer
United States United States
Programming using MFC and ATL for almost 12 years now. Currently studying Operating System implementation as well as Image processing. Previously worked on DSP and the use of FFT for audio application. Programmed using ADO, ODBC, ATL, COM, MFC for shell interfacing, databasing tasks, Internet items, and customization programs.

Written By
Web Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Questionhow can i get a cell? Pin
17-Dec-01 18:33
suss17-Dec-01 18:33 
AnswerRe: how can i get a cell? Pin
cr978-Jan-03 1:11
cr978-Jan-03 1:11 
GeneralHeaders Pin
27-Nov-01 6:50
suss27-Nov-01 6:50 
GeneralProblems with windows 2000 Pin
markus brandtner21-Nov-01 6:19
markus brandtner21-Nov-01 6:19 
QuestionHow To Cut Off the Spaces Outside the Table Pin
31-Oct-01 19:34
suss31-Oct-01 19:34 
GeneralQuestion Pin
Eduardo Linares20-Oct-01 4:26
Eduardo Linares20-Oct-01 4:26 
GeneralNo real virtual mode Pin
12-Oct-01 2:30
suss12-Oct-01 2:30 
GeneralMy rc file got too fat !!! Pin
8-Oct-01 1:04
suss8-Oct-01 1:04 
GeneralCInPlaceList crashes with CBS_DROPDOWNLIST Pin
ggeisen26-Sep-01 20:56
ggeisen26-Sep-01 20:56 
Questionhow can i link all cells of the grid using points! Pin
26-Sep-01 19:53
suss26-Sep-01 19:53 
AnswerRe: how can i link all cells of the grid using points! Pin
abosafia22-Jan-03 3:38
abosafia22-Jan-03 3:38 
QuestionDrag and Drop: Grid to CEdit ? Pin
Amanjit Singh Gill17-Aug-01 1:06
Amanjit Singh Gill17-Aug-01 1:06 
Questioncan you support customized cell-border? Pin
Jeason Zhao16-Aug-01 15:15
Jeason Zhao16-Aug-01 15:15 
GeneralRight Justify Pin
benporat16-Aug-01 5:40
benporat16-Aug-01 5:40 
GeneralRe: Right Justify Pin
26-Nov-01 4:59
suss26-Nov-01 4:59 
GeneralControlSource within Grid ?(by VisualFox) Pin
nguyenky1-Aug-01 22:09
nguyenky1-Aug-01 22:09 
QuestionLinking ? Pin
Hadi Rezaee25-Jul-01 20:17
Hadi Rezaee25-Jul-01 20:17 
GeneralGrid-Control Pin
23-Jul-01 0:39
suss23-Jul-01 0:39 
GeneralGrid-Control Pin
23-Jul-01 0:35
suss23-Jul-01 0:35 
Generalrelease mode problem Pin
jayakumar25-Jun-01 3:59
jayakumar25-Jun-01 3:59 
GeneralRe: buy a professional grid control! Pin
29-Jun-01 2:38
suss29-Jun-01 2:38 
GeneralRe: buy a professional grid control! Pin
jayakumar29-Jun-01 4:47
jayakumar29-Jun-01 4:47 
GeneralTool tip problem Pin
Mark Daniel25-Jun-01 2:20
Mark Daniel25-Jun-01 2:20 
GeneralRe: Tool tip problem Pin
9-Jul-01 23:15
suss9-Jul-01 23:15 
GeneralDrag & Drop doesn't work without scrollbars Pin
Michael Katzmann20-Jun-01 11:14
Michael Katzmann20-Jun-01 11:14 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.