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




Event log:



Please select a row by mouse click. The ClientSideOnRowClick property specifies the client-side code (applied to entire DataGrid) to be launched when a row is clicked. Property value can include variables $ComponentID$, $RowID$, $ColumnName$ and $CellValue$. Each variable is replaced to the corresponding value. The CellValue is received in encoded form. To decode value, use the unescape() JavaScript method.

The ClientSideOnRowDblClick property specifies the name of the client-side function to be called when a row is double-clicked.

The HighlightSelectedRow property specifies the value indicating whether the selected row is highlighted.



Code Samples:


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