I have spent a lot off time searching on the internet for this query had no luck..
using a visual studio form that shows a data-table with data. currently i am able to select multiple cells on the client view using the ctrl button but was wondering if it would be possible in any other manner to allow users to select multiple cells.
after they have selected the data that they would like put this information back in and create a chart from this information.
using c#
Have you tried to include a checkbox column within the datagrid?