65.9K
CodeProject is changing. Read more.
Home

The ALXGrid Control Library.

starIconstarIconstarIconstarIconstarIcon

5.00/5 (29 votes)

Nov 10, 2002

1 min read

viewsIcon

206274

downloadIcon

5473

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

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.
The ALXGrid Control Library. - CodeProject