jvcoach23
Centurion
I have a datagrid.. I'd like to know how you click on a column.. and get the column header name.
I tried something like this and can get the index value.. but can't figure out how to get the actual name.
thanks
shannon
I tried something like this and can get the index value.. but can't figure out how to get the actual name.
Visual Basic:
DataGrid1.HitTest(e.X, e.Y).Column
thanks
shannon