Datagrid row_change event???

  • Thread starter Thread starter Darryn Ross
  • Start date Start date
D

Darryn Ross

Hi,

I am trying to catch the row_change event on a datagrid and i can't find the
event anywhere. Does anyone know how i can catch it??

Regards

Darryn
 
Hi
You can use the DataSourceChanged event of your datagrid. Your datagrid is
bound to a dataSource and any changes made on a row of your grid will be
reflected upon your source and hence the DataSourceChanged will be fired
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top