O
orencs
Hi all,
I am binging a dataset to a datagrid(datasource) and display the
result in a a datagrid on a win form.
The datagrid displayes few columns.
The user can sort the table by clicking the header of each column.
The problem:
After the user sort the grid I want to update the dataset accordingly
because I print it.
How do I update the datagrid datasource? It seems like the datasource
does not changed although the datagrid displays new sorted table.
How do I update the dataset with the effected changes in the datagrid
source?
Thanks in advance
Oren
I am binging a dataset to a datagrid(datasource) and display the
result in a a datagrid on a win form.
The datagrid displayes few columns.
The user can sort the table by clicking the header of each column.
The problem:
After the user sort the grid I want to update the dataset accordingly
because I print it.
How do I update the datagrid datasource? It seems like the datasource
does not changed although the datagrid displays new sorted table.
How do I update the dataset with the effected changes in the datagrid
source?
Thanks in advance
Oren