DataGrid Question for a PDA

Echo]6[

New member
Joined
Feb 20, 2006
Messages
3
Programming Experience
Beginner
Hi!

I'm a newbie in programming a "smart device application" with vb.net!

How can I add 3 columns to a DataGrid? In the first column should be a TextBox and in the other 2 columns must be checkboxes!

I can't find a little sample for my problem!

I hope anyone of YOU can send me a sample for my problem, please!

Cya
 
In the compact framework 1.0 you cant have check boxes in datagrids like you can have in the full framework.
If you use a listview you can use use 1 checkbox alright.
Other than that you will have to go about creating you own control.

Have a look in www.opennetcf.org. they may have an example of modifying such controls
 
Back
Top