' Enable Ajax Indicator at control level Me.WebDataGrid1.AjaxIndicator.Enabled = Infragistics.Web.UI.DefaultableBoolean.[True] ' Set the Ajax Indicator’s wait message Me.WebDataGrid1.AjaxIndicator.Text = "Ajax Call Wait" ' Set the Ajax Indicator’s Location Me.WebDataGrid1.AjaxIndicator.Location = Infragistics.Web.UI.RelativeLocation.AboveCenter ' Set the location of the Ajax Indicator specific to the control. Me.WebDataGrid1.AjaxIndicator.RelativeToControl = Infragistics.Web.UI.DefaultableBoolean.[True]