Hi:
I use userdeletingrow event to remove row .
The BindingSource1 is the datasource of radgridview1.
The radgridview's count is not zero but there is no row in screen.
I want to use follow code to do somthing.
if(radgridview1.Rows.Count==0)
{
//I want to do something here.
}
So, the if is not excute forever.
What should I do ?
Greetings
Look forward to you
Ajing
I use userdeletingrow event to remove row .
The BindingSource1 is the datasource of radgridview1.
The radgridview's count is not zero but there is no row in screen.
I want to use follow code to do somthing.
if(radgridview1.Rows.Count==0)
{
//I want to do something here.
}
So, the if is not excute forever.
What should I do ?
Greetings
Look forward to you
Ajing