Checkbox in Datagrid

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Hi Guys,

I'm trying to use a checkbox control in a datagrid. The
objective is to display readonly Customers from a
database, then allow a user to select customers with the
checkbox. Then, iterate through the dataset extracting
the primary key fields and submitting them to a stored
procedure that will produce a report.

I have managed to setup the checkbox in the datagrid. I
cannot iterate through the checkboxes. How can I do this?

Many thanks,
Simon.
 
Hi,
To keep it simple, U can add a dummy column with
Datatype as boolean to the underlying datasource
(DataTable)

Regards
Mahesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top