Features
Example demonstrates how to:
support sorting through column headers for the DataGridView;
allow reordering of columns through Drag and Drop for the DataGridView;
use different the column types in the DataGridView;
use different data copying mode in the DataGridView;
export data from the DataGridView to the Excel sheet;
use frozen a row or a column in the DataGridView;
support New line in the DataGridView control;
support resizing of rows and columns through drag and drop in the DataGridView control;
apply different cell selection modes for the DataGridView;
handle CellValidating event for the DataGridView.
|