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
- Drag WebGrid instance into the WebForm.
- Add a client side function on your code.
- You can get the grid's instance by simply using:
-
JavaScript Copy Code var grid = ISGetObject("WebGrid1");
Other Resources
Walkthrough Topics
How-to Topics