Surely there is a better grid than DataGrid for the .NET Compact Framework...
Posted
by PavelR
on Stack Overflow
See other posts from Stack Overflow
or by PavelR
Published on 2010-03-12T01:45:24Z
Indexed on
2010/03/12
1:47 UTC
Read the original article
Hit count: 284
compact-framework
|datagrid
Having spent a couple of days wrestling with DataGrid in .NET CF, especially controlling the look and feel, I'm looking for alternatives. I don't mind purchasing a solution.
I'm looking for
- Redistributable to our enterprise customers. We control the hardware so it doesn't have to work perfectly on every device.
- Display strings and numbers in columns with headings.
- Scrollable, but no paging. Don't row editing. Need to add and delete rows.
- User re-sizable column widths, and a way to persist that.
- Work with .NET CF 2.0 or 3.5 on Windows CE 6.0
Any suggestions on grids or toolkits?
© Stack Overflow or respective owner