Intersoft WebGrid Documentation
How-to: Refresh the Grid's data
See Also Send comments on this topic.

Glossary Item Box

Use Refresh function to refresh WebGrid in client side. This method will refresh only the data.

This topic will show you how to refresh WebGrid's data.

To refresh WebGrid's data

  1. Drag WebGrid instance into the WebForm.
  2. Add a client side function on your code.
  3. You can refresh grid's data by simply using:

  4. JavaScript Copy Code
    function doClick()
    {
    var grid = ISGetObject("WebGrid1");
    grid.Refresh();
    }

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.