Limited features of DataGrid in CF

  • Thread starter Thread starter Shanti
  • Start date Start date
S

Shanti

I was in other gourps and I think I should have posted this here:

Is there any article describing the downsizing of datagrid control for smart
device applications from the full version? I am not able to display data
read from an XML file in Pocket PC where as same XML file is displayed
properly in a full sized app. Any explanations? I am developing in VS.NET
2003 targetting a PPC 2002.
 
You can view the list of properties, events, methods supported by the
Compact Framwork in.

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

Thanks,

David

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


--------------------
| Reply-To: "Shanti" <[email protected]>
| From: "Shanti" <[email protected]>
| Subject: Limited features of DataGrid in CF
| Date: Thu, 4 Sep 2003 00:06:29 -0400
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: pcp01457674pcs.epensb01.pa.comcast.net 68.83.23.15
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:32719
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I was in other gourps and I think I should have posted this here:
|
| Is there any article describing the downsizing of datagrid control for
smart
| device applications from the full version? I am not able to display data
| read from an XML file in Pocket PC where as same XML file is displayed
| properly in a full sized app. Any explanations? I am developing in VS.NET
| 2003 targetting a PPC 2002.
|
|
|
 
ThanQ David. The info given by your link was also available on VS Help.
Unfortunately, this is about normal version of DataGrid. No indication is
given in these lines whether a property is available or not in CF.

ThanQ...
 
Shanti,

You should able to see something like

BindingContext (inherited from Control)
Supported by the .NET Compact Framework.

In the page to indicates if the property/events/method is supported by CF.
Properties/events/methods that don't have the "Supported by the .NET
Compact Framework.
" string would means it is not supported by CF.

Thanks,
David
You should able
This posting is provided "AS IS" with no warranties, and confers no rights.
 
I realized my mistake then itself and replied to you. I think it has gone to
individual reply. Sorry.

ThanQ...
 
Shanti,

If you are looking for a more intuitive control... I would seriously suggest
the resco AdvancedList and DetailView data components for CF. They can help
you leverage what space you have.

You can find more information at www.resco-net.com/developer

Rick Winscot
rickly@zyche dot com
 
Back
Top