Datagrid: Can I select multiple records?
I am using a datagrid in which I want to select multiple records and have a popup menu appear in which I can select a task to perform on the selected records. Is this possible to do in a datagrid? If not, what would be an alternative? I have a table of over 100,000 records and am not sure if the datagrid is the way to go. Please help!!
Multiple record select in datagrid
I'm sorry, my 2nd question may not have been clear:
Forgetting about popup menus -
Is it possible for a user to select more than 1 record in a datagrid? I have a datagrid in my application, with an adodc control, and can only select one record at a time. I would like for a user to select multiple records, consecutive or not, in the datagrid, and am wondering how this can be done using the datagrid contol.
Thank you.