Hello,
We are currently using the gridview along with a chart control. When a selection is made on the chart control, we select the cells in the gridview that are related (which amounts to all the cells in a particular column) and then use:
We are currently using the gridview along with a chart control. When a selection is made on the chart control, we select the cells in the gridview that are related (which amounts to all the cells in a particular column) and then use:
Grid1.ScrollIntoView(cell2Select, cell2Select.DataColumn);
We would like to expand this so that the selected column of cells moves directly underneath the selection made on the chart. Is this possible?
Thanks,
Derek