DataGridCheckBoxColumn in CF?

  • Thread starter Thread starter Paul Bilnoski
  • Start date Start date
P

Paul Bilnoski

How can I set a datagrid's column style to display checkboxes for
boolean values?

It looks like in my framework object browser the only style I get is
DataGridTextBoxColumn.

It also seems that there is no StackTrace property of my System.Exception.

Is there something wrong with my install of CF, or is it really that
stripped down?

I'm trying to write an app for a Windows CE 4.2 device in C#.

Thanks in advance,
--Paul
 
It is stripped down. No checkbox column in data grid, sorry.

StackTrace was added in NETCF V2, but it's not compatible with CE 4.2
(unless it's PPC 2003).


Best regards,


Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top