DataGrid
Controls Suite 4.5 |
 | Overview |
 | Features |
 | Reference Book |
 | Live Demos |
|  | Populating with Data |
|  | Columns |
|  | Rows |
|  | Appearance & Layout |
|  | Behavior |
|  | Bottom Bar |
|  | Application scenarios |
| |  | Master/Detail Grids |
| |  | CheckBoxes |
| |  | DropDowns |
| |  | Images |
| |  | Update Panel |
|
APNSoft DataGrid supports a real-time column resizing on the client side. You can change the width of a column by dragging the header separator. The DataGrid can also automatically adjust column width to make a cell's contents fully visible. To activate this feature, simply double-click a right edge of the column header.
The width of each column can be programmatically set using the Width property. To disable the resizing functionality for a specific column, set the Resizable property to false.
This example demonstrates DataGrid with 'CustomerID' column which cannot be resized.
|