G
Guest
I want to access hidden columns in a datagrid as soon as the row is changed
so that I can alter some aspects of my form. To do this I need to access the
approriate row in the underlying datatable so I can "see" the hidden data. To
get the correct row I tried using
me.bindingcontext(underlyingtable).position
but it gives me 0 no matter what cell I'm on. All the bound controls update
properly. When I use a Watch to look at the currency manager it seems OK (it
has the correct number of rows), so I don't understand what the issue is. I
have several work arounds, but I would really like to know what is wrong with
this approach.
so that I can alter some aspects of my form. To do this I need to access the
approriate row in the underlying datatable so I can "see" the hidden data. To
get the correct row I tried using
me.bindingcontext(underlyingtable).position
but it gives me 0 no matter what cell I'm on. All the bound controls update
properly. When I use a Watch to look at the currency manager it seems OK (it
has the correct number of rows), so I don't understand what the issue is. I
have several work arounds, but I would really like to know what is wrong with
this approach.