Datagrid multiple selection

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hi

Does Datagrid support multiple selection?

If not please suggest some that does like the old
msflexgrid.

Thanks.

Kind Regards
Jorge
 
Jorge,
Does Datagrid support multiple selection?

If not please suggest some that does like the old
msflexgrid.
It does, however the power of the datagrid is because it is binded to its
datasource that you can access the datasource directly, which cannot (which
can very difficult) with multiselect.

In that case I would first look if the listview can handle my problem,
however that is not easy bindable to the data.

http://msdn.microsoft.com/library/d...frlrfsystemwindowsformslistviewclasstopic.asp

The first thing you should do when using is setting to detailview.

I hope this helps?

Cor
 
Thanks Cor
-----Original Message-----
Jorge,
It does, however the power of the datagrid is because it is binded to its
datasource that you can access the datasource directly, which cannot (which
can very difficult) with multiselect.

In that case I would first look if the listview can handle my problem,
however that is not easy bindable to the data.

http://msdn.microsoft.com/library/default.asp? url=/library/en-
us/cpref/html/frlrfsystemwindowsformslistviewclasstopic.as
p

The first thing you should do when using is setting to detailview.

I hope this helps?

Cor


.
 

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