datagrid event problems

  • Thread starter csharpula csharp
  • Start date
C

csharpula csharp

Hello,

I am trying to get this : e.currentcell.column.name in CellValidating of
datagrid. But the problem is I can't find a way to get a name of a
column of current cell in DataGridViewCellValidatingEventArgs. How can I
do it? Thanks!
 
C

Cor Ligthert[MVP]

The DataGridViewCellValidatinEventsArgs are for a DataGridView not for a
DataGrid
 

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

Top