G
Guest
Hi,
I have a problem.
I have a datagrid, a dataset and a listbox. I can format the DataGrid and
populate it with a DataSet. I would now like to do one of two things.
Either
1. Click on an entry within the dataset and have it reproduced in a
multicolumn listbox. The entry would then change color
or
2. Have checkboxes, not in the dataset but in the datagrid which can be
checked and then transferred all together into the multicolumn listbox.
I want to duplicate the information rather than move it as I want the
original dataset to remain constant.
I have tried all sorts of methods, CurrentCell, HitTestInfo for example, and
have tried using checkboxes that were embedded in the dataset, but I can't
get anything to work. The closest that I've got is having a cell address
produced in the listbox.
Can anyone help?
Many thanks,
James
I have a problem.
I have a datagrid, a dataset and a listbox. I can format the DataGrid and
populate it with a DataSet. I would now like to do one of two things.
Either
1. Click on an entry within the dataset and have it reproduced in a
multicolumn listbox. The entry would then change color
or
2. Have checkboxes, not in the dataset but in the datagrid which can be
checked and then transferred all together into the multicolumn listbox.
I want to duplicate the information rather than move it as I want the
original dataset to remain constant.
I have tried all sorts of methods, CurrentCell, HitTestInfo for example, and
have tried using checkboxes that were embedded in the dataset, but I can't
get anything to work. The closest that I've got is having a cell address
produced in the listbox.
Can anyone help?
Many thanks,
James