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

DataGrid
Version 3.1



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Columns   (general)
Columns   (templates)
Rows
Bottom Bar
Layout and Behavior
Exporting
Skins




     Book Details:

Please click on the row for more details.


Please click on the row to display book details.

In the client-side procedure ClientSideOnSelectRow() we perform an AJAX request by calling the dg.CallTheServer() method. In the server-side procedure dg1_CallTheServer() we get book details and set the Parameter which is passed from the server to the client-side procedure CallTheServerResponse(). This procedure is used to render details on the page.


APNSoft DataGrid includes its own AJAX engine which allows developer to launch custom asynchronous calls. To launch and process a custom AJAX call, we use three steps:
  1. Call the server from the client-side by launching the dg.CallTheServer() method. This method is a part of Grid's API.
  2. Process the data on the server side by using the event-handling method for the CallTheServer event.
  3. Receive the data from the server and process them on the client side by procedure assigned by the ClientSideAfterCallBack property.

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


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