Hi,
When i sort a screen representation of my data (using the "click on column and it will order it" functionality built into the datagrid) my form displays the newly sorted data in the datagrid.
My datagrid is associated to a dataset.
The dataset underlying the data grid is not sorted the same as the datagrid.
Is there away to link the two so that when the datagrid order changes, the dataset changes also?
Or, is there a quick way to reference the data in the datagrid and assocaite it to its location in the dataset.
My code calls and adds data from one dataset to another dataset, rather than using datagrids.
At the time I thought this was a good idea, not so sure no.
Can someone help. If I need to give more details, please let me know.
Thanks,
Papa
When i sort a screen representation of my data (using the "click on column and it will order it" functionality built into the datagrid) my form displays the newly sorted data in the datagrid.
My datagrid is associated to a dataset.
The dataset underlying the data grid is not sorted the same as the datagrid.
Is there away to link the two so that when the datagrid order changes, the dataset changes also?
Or, is there a quick way to reference the data in the datagrid and assocaite it to its location in the dataset.
My code calls and adds data from one dataset to another dataset, rather than using datagrids.
At the time I thought this was a good idea, not so sure no.
Can someone help. If I need to give more details, please let me know.
Thanks,
Papa