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
Appearance & Layout
Behavior
Running Mode
Context Menu
Custom AJAX call
Auto-resizing
Bottom Bar
Application scenarios




Server-side event handler:
Not launched.



APNSoft DataGrid supports different running modes: CallBack and PostBack. Running mode controls how DataGrid handles sorting, paging, exporting, etc. Use the Mode property to specify the running mode of the DataGrid. If the Mode property value is CallBack (by default), any action is performed through AJAX-style HTTP callback. If the Mode property value is PostBack, each action initiates an ASP.NET postback and triggers the appropriate server-side event.

This example demonstrates DataGrid running in PostBack Mode. DataGrid causes an ASP.NET postback when the page is changed or column is sorted.



Code Samples:


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