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




Clicked row:
The row is not clicked.



This example causes an ASP.NET postback when a row is selected and raises a OnRowClick event on the server side. Click on any row to launch the server-side event.
  • The AutoPostBackOnRowClick property specifies whether the control causes a postback to the server when a row is clicked.
  • The AutoPostBackOnRowDblClick property specifies whether the control causes a postback to the server when a row is double-clicked.
  • The HighlightSelectedRow property specifies the value indicating whether the selected row is highlighted.
  • The method GetSelectedRow() returns the selected row.
  • The property Selected specifies a Boolean value that indicates whether the row is selected.




Code Samples:


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