datagrid event problems

  • Thread starter Thread starter csharpula csharp
  • Start date 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!
 
The DataGridViewCellValidatinEventsArgs are for a DataGridView not for a
DataGrid
 
Back
Top