Intersoft WebGrid Documentation
How-to: Get Grid object
See Also Send comments on this topic.

Glossary Item Box

Use ISGetObject() function to get the client object reference of any Intersoft's components, instead of using different function for each.

This topic will show you how to get WebGrid's object using ISGetObject.

To get WebGrid object

  1. Drag WebGrid instance into the WebForm.
  2. Add a client side function on your code.
  3. You can get the grid's instance by simply using:
  4. JavaScript Copy Code
    var grid = ISGetObject("WebGrid1");                 
    

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.