Which control is best to repesent this

  • Thread starter Thread starter romy
  • Start date Start date
R

romy

Hi

I have a list of orders which currently Dispalyed on a Datagrid.
Now, I want to add functionality to the user of selecting one or more
orders.

How do I enable choosing one or more records ?
 
Romy,
I have a list of orders which currently Dispalyed on a Datagrid.
Now, I want to add functionality to the user of selecting one or more
orders.
In this is the logic how the organisation has organized the orders there is
not a one to one answer on that.

It is even important how it is between the ears of the people. In a small
organization most people know the customers by name while with a insurance
company they organize this often by birthdate or social security number and
don't know anything of the client.

Just my idea

Cor
 
Hi,

The datagrid does support selecting mulitple rows. Press the alt
key and click on the row header.

Ken
---------------------
thanks, But this is not what I've asked.

I have a set of records displayed on a Datagrid control.
since, for all I know one can not multiple select couple of records
for further use with a Datagrid control, I'll need to use another control or
somehow expand Datagrid properties.

Any suggestions ?
 
thanks, But this is not what I've asked.

I have a set of records displayed on a Datagrid control.
since, for all I know one can not multiple select couple of records
for further use with a Datagrid control, I'll need to use another control or
somehow expand Datagrid properties.

Any suggestions ?
 
What if I want the user to click on a checkbox for each record selected?
Is it difficult to implement ?
 

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