APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

DataGrid
Version 2.5



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Columns
Rows
Bottom Bar
Layout and Behavior
Exporting
Skins






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 .GridCellInputBox CSS class, which is in the Skin's CSS Style (CSSStyle.CSS).

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


Code Samples:
Default.aspxDefault.aspx.csDefault.aspx.vbSkin Style
Skin ImagesNwind.mdb  


  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center