DataGrid multiselecting

  • Thread starter Thread starter Ghost
  • Start date Start date
You can do multiselect by, assuming PPC, tapping and holding on a row header
and then dragging the stylus up or down. If you need to allow the user to
physically select multiple rows that are not consecutive then you will need
to extend the DataGrid to allow for this, in other words you will need to
add custom functionality to the built-in DataGrid.

--
Tim Wilson
..Net Compact Framework MVP

<Feedback>
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
</Feedback>
 
Back
Top