.Net replacement for VB6 DataGrid BeforeColUpdate Event

  • Thread starter Thread starter David L Wright II
  • Start date Start date
D

David L Wright II

I am converting an application from VB6 to VB.Net that contains a Datagrid.
In the VB6 version, There is code to maintain one of two columns from the
other column. I was able to accomplish this by using the DataGrid's
BeforeColUpdate event. I have not been able to find a replacement event in
the VB.Net DataGrid.

What have I missed?

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top