Protected Sub CustomValidator1_ServerValidate(ByVal [source] As Object, ByVal args As System.Web.UI.WebControls.ServerValidateEventArgs)
Dim myGrid As RadGrid = CType(source, CustomValidator).Parent.Parent
To get the reference to the radgrid from the Edit Form the above reference in Prometheus now gets Telerik.Web.UI.GridTableRow and not the RadGrid reference.What is the correct syntax to get to the RadGrid to handle CustomValidators to find multiple controls within Prometheus?
