J
John Celmer
I have two datagrids with tables in a typed dataset that has a DataRelation.
How do I get a button's click event to move the cursor in the datagrid one.
I tried this in the click event handler:
BindingManagerBase* bm = this->BindingContext->Item[datasetX->TableA];
bm->Position = bm->Position + 1;
But it don't move the cursor. Can anyone prove some advice, please?
How do I get a button's click event to move the cursor in the datagrid one.
I tried this in the click event handler:
BindingManagerBase* bm = this->BindingContext->Item[datasetX->TableA];
bm->Position = bm->Position + 1;
But it don't move the cursor. Can anyone prove some advice, please?