Quote Originally Posted by djramc
Hi guys

I trying to link a column from datagridvieuw to statusbarlabel so i mean when i click on a row i want that the statusbarlabel will change to selected row (column4) data.
Use the CurrentCellChanged event, set statusbar label to Datagridview.CurrentCell.Value