P
Peter Morris [Droopy eyes software]
Hi all
As DataGrid is readonly I decided to add an UpDown control to the bottom of
my form in order to allow the user to edit a numerical value of the selected
row.
I have done this in code, but I suspect that there must be a way to do this
via databinding. So my question is this, how can I databind the Value
property of my UpDown control to the CurrentRow.RecordedAmount, but when the
selected row changes the UpDown will be editing the newly selected row
instead?
Thanks
Pete
As DataGrid is readonly I decided to add an UpDown control to the bottom of
my form in order to allow the user to edit a numerical value of the selected
row.
I have done this in code, but I suspect that there must be a way to do this
via databinding. So my question is this, how can I databind the Value
property of my UpDown control to the CurrentRow.RecordedAmount, but when the
selected row changes the UpDown will be editing the newly selected row
instead?
Thanks
Pete