P
pcPirate
Hi,
I've followed some advice through this forum in which I would change the
dataset value in order to change the particular cell value in datagrid via
coding.
What I'm doing now is that, if I change the first column, the second column
in the same row would display the same input as the first's. The way I did
is to take the row no. of the column edited and update the dataset in the
same row, second column. However, the datagrid actually allowed sorting and
once the it is sorted, the row to be updated in dataset would be incorrect.
Question is:
i) Is there any better way to update the dataset?
Pls advise and thanks in advance.
pcPirate
I've followed some advice through this forum in which I would change the
dataset value in order to change the particular cell value in datagrid via
coding.
What I'm doing now is that, if I change the first column, the second column
in the same row would display the same input as the first's. The way I did
is to take the row no. of the column edited and update the dataset in the
same row, second column. However, the datagrid actually allowed sorting and
once the it is sorted, the row to be updated in dataset would be incorrect.
Question is:
i) Is there any better way to update the dataset?
Pls advise and thanks in advance.
pcPirate