I'm working on a Pocket PC Mobile 5.0 application project.
I would like to use the DataGridView component. It is in the toolbox under "All Windows Forms" but it's grayed out. How do I get it to show up so I can use it
Thanks,
Bob Krauth
I'm working on a Pocket PC Mobile 5.0 application project.
I would like to use the DataGridView component. It is in the toolbox under "All Windows Forms" but it's grayed out. How do I get it to show up so I can use it
Thanks,
Bob Krauth
How to get the DataGridView
sireesha
Doesn't anyone had a sample of an editable datagrid for Windows Mobile 5 with support of image, combo etc.
Thanks a lot !
Ashvin
These are avilible from 3rd party manufacturers like Component One or Resco. Please contact these companies directly to purchase these controls or obtain trial versions.
brijesh patel
Wa-gee
godfearer
DataGridView is not available on Compact Framework. You can:< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
- Use DataGrid instead (good way to go).
- Use 3rd party grid like controls (if you need extended functionality).
- Write your own DataGridView control (a lot of work, but possible).