Habe gerade mal selber in meiner MSDN nachgeschaut, die in VS 7 integriert ist. Dieses Attribut gibt es beim DataGrid nicht.
Wo hast du das denn gefunden? Kannst du mir bitte mal den Link zusenden. andr� -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Februar 2003 14:03 An: [EMAIL PROTECTED] Betreff: AW: [Asp.net] DataGrid Validation Aus der .NET Framework SDK Documentation DataGrid Properties: CausesValidation (inherited from Control) Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. [Visual Basic] Public Property CausesValidation As Boolean [C#] public bool CausesValidation {get; set;} Property Value true if the control causes validation to be performed on any controls requiring validation when it receives focus; otherwise, false. The default is true. Remarks If the CausesValidation property is set to false, the Validating and Validated events are suppressed. The CausesValidation property value is typically set to false for controls such as a Help button. Gru�, Matthias -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von A-Schubert Gesendet: Donnerstag, 6. Februar 2003 11:17 An: [EMAIL PROTECTED] Betreff: [Asp.net] DataGrid Validation Morgen, ist es m�glich die Validation bei einem DataGrid auszuschalten? Mit freundlichen Gr��en Andr� Schubert T-Systems Nova GmbH Entwicklungszentrum Berlin Hausanschrift: Wittestr. 30H 13509 Berlin Telefon: (0 30) 4 35 77-7881 E-Mail: [EMAIL PROTECTED] Internet: http://www.t-systems.com _______________________________________________ Asp.net mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/asp.net _______________________________________________ Asp.net mailing list [EMAIL PROTECTED] http://www.glengamoi.com/mailman/listinfo/asp.net
