APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Products
 Downloads 
 Purchase
 Support

DataGrid
Controls Suite 4.1


Overview
Features
Reference Book
Live Demos
Populating with Data
Columns
Rows
Row uniqueness
Alternating rows
Hovered row
CSS Formatting
Client-side selection
Server-side selection
Filtering
Exporting
Insert/Update/Delete
Cell editing
Appearance & Layout
Behavior
Bottom Bar
Application scenarios







On this example the DataGrid allows the user to modify a record right in the Grid's area.

When the cell of the selected row is clicked, it is transformed into Input Box for editing the value. To enable the Cell Editing feature for a Grid you should set the CellEditingEnabled property value to True. The Column's CellEditingEnabled property is used to disable the Cell Editing for specific column. The server-side event CellValueChanged occurs when the cell value is changed. Input Box for editing can be customized by using the .CellInputBox{} CSS class, which is in the Skin's CSS Style (Style.CSS).

Note. All changes are stored in the user's current session.



Code Samples:


© 2003-2012 APNSoft. All rights reserved.    Terms of use.