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

DataGrid
Controls Suite 4.5


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
Fixed (Summary) row
Appearance & Layout
Behavior
Bottom Bar
Application scenarios







This example demonstrates DataGrid which uses a Column Template with links for Update/Delete a row. The 'Insert' button is on the Bottom Bar. When user inserts or updates a row, DataGrid displays the Edit Form which is a User Control specified by the EditForm.Path property.

By using the dg.GetEditFormElement() method, any element on the Edit Form can be validated on the client side before sending off the content to a server.

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



Code Samples:


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