public static T EditForm <T>(this ASPxGridView source, string path) where T : Control { return(source.EditForm <T>(path, ".")); }
public static Control EditForm(this ASPxGridView source, string path) { return(source.EditForm <Control>(path, ".")); }