This is a migrated thread and some comments may be shown as answers.

[Solved] RadGridView Row Validation: Double access event Validating

0 Answers 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
thuc timtri
Top achievements
Rank 1
thuc timtri asked on 08 Aug 2011, 12:59 PM
I using the radgridview row validation. When insert new row to gridview then access double event RowValidating.
(I use Silverlight 4 and Telerik RadControls_for_Silverlight_4_2010_2_0812)
private void RadGridView1_RowValidating(object sender, GridViewRowValidatingEventArgs e)
{
    if ( ..... )
    {
        .....
    }
}

Who is know this issue?
Tags
GridView
Asked by
thuc timtri
Top achievements
Rank 1
Share this question
or