public void pointsToIntegrateGrid_NeedDataSource(object source, Telerik.Web.UI.GridNeedDataSourceEventArgs e) { Facade.Point facPoint = new Facade.Point(); pointsToIntegrateGrid.DataSource = facPoint.GetPointsRequiringIntegration(); }