1 Attachment(s)
Statusbarlabel bounding to dataset?
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. I hope i was clear with my question.
Any suggestions will appreciated
Thanks by advance
ciao
Re: Statusbarlabel bounding to dataset?
Ok i fixed this
I used for this rowenter event of datagrid
Re: Statusbarlabel bounding to dataset?
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