Click here to Skip to main content
15,867,704 members
Articles / Desktop Programming / MFC
Article

The ALXGrid Control Library.

Rate me:
Please Sign up or sign in to vote.
5.00/5 (29 votes)
10 Nov 20021 min read 198.9K   5.4K   85   49
The ALXGrid Control Library is a set of classes for management of data as a table.

Sample Image - hchart.gif

Introduction

The ALXGrid Control Library is a set of classes for management of data as a table. It is realized as static library on the basis of library MFC. The library includes classes: CALXGridView, CXGridView - for support of technology document - performance, and CALXGridCtrl, CXGridCtrl - for use in dialog boxes. And also classes - controls of cells.

In this version built-in sources of data are not supported, you should take care of filling the table with contents.

Samples

Image 2

The complete set of delivery also includes samples showing applications of ALXGrid library:

  • GridRange- the most simple example, showing how to connect library to your application, and also displays plenty of rows and columns;
  • GridControls - sample of job with control of cells;
  • GridImage - demonstrates how to display images in cells;
  • PrintGrid - sample of a conclusion to a seal of contents of grid;
  • GridDlg, GridDlgApp - shows how to use a grid in dialog boxes and in applications on the basis of dialog boxes;
  • GridApp - the basic opportunities of a grid are shown: styles, addition, removal and insertion of rows;
  • SplitGrid - support of dynamic splitters is demonstrated;
  • Grid&Sort - sorting of rows and columns;
  • Grid&Select - selection of cells;
  • GridValidate - validation of entered values;
  • GridMultiLine - multiline cells.

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


Written By
Web Developer
Russian Federation Russian Federation
Year of birth - 1974.
Eeducation - was ended by Kaliningrad State University in 1997.
Now I work as the engineer-programmer in Kaliningrad (RUSSIA).

Comments and Discussions

 
GeneralMy vote of 5 Pin
Manoj Kumar Choubey12-Feb-12 20:31
professionalManoj Kumar Choubey12-Feb-12 20:31 

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.