Exemple #1
0
        void grid_BeforeValidate(object sender, BeforeValidateEventArgs e)
        {
            executedbeforevalidate = true;

            e.Row["Description"].Value = "mydescription1";
        }
Exemple #2
0
        void grid_BeforeValidate(object sender, BeforeValidateEventArgs e)
        {
            executedbeforevalidate = true;

            e.Row["Description"].Value = "mydescription1";
        }