mthakershi
Programmer
Hi,
I am trying to achieve multiple selection like the following in my datagrid in a windows application.
Select Col1 Col2
Val1 Val2
Val3 Val4
This could be done by having a check mark button under the select column or simply by retrieving currently selected rows by some property on the datagrid. I don't know any of that. Most help available seems to be for web forms.
Here are some of the details about my application.
1. Datagrid is bound.
2. Datagrid is readonly.
3. I get data in a dataset and assign it as a datasource of the grid.
4. It's a C# application.
5. Backend is MS Access.
Thanks for any help in advance.
Malay Thakershi
I am trying to achieve multiple selection like the following in my datagrid in a windows application.
Select Col1 Col2
Val1 Val2
Val3 Val4
This could be done by having a check mark button under the select column or simply by retrieving currently selected rows by some property on the datagrid. I don't know any of that. Most help available seems to be for web forms.
Here are some of the details about my application.
1. Datagrid is bound.
2. Datagrid is readonly.
3. I get data in a dataset and assign it as a datasource of the grid.
4. It's a C# application.
5. Backend is MS Access.
Thanks for any help in advance.
Malay Thakershi