Hi this is my first time posting code for use on here.
I recently created a Compact Framework UI library on CodePlex here: b2kui[dot]codeplex[dot]com
If you have been looking for a editable data grid control for Compact Framework, look no further.
The editable datagrid has many features that go above just a simple replacement. I have built in a system to allow full access to directional, enter, and tab keys to allow the datagrid to work with keyboard only. I have written my own data binding, so you have control over how cell values get parsed when the data gets validated, and when the data gets committed.
It is still a work in progress, however, since it seems like something that gets asked for a lot, I want to get it out there for the people like me who needed something like this but couldn't find it.
I recently created a Compact Framework UI library on CodePlex here: b2kui[dot]codeplex[dot]com
If you have been looking for a editable data grid control for Compact Framework, look no further.
The editable datagrid has many features that go above just a simple replacement. I have built in a system to allow full access to directional, enter, and tab keys to allow the datagrid to work with keyboard only. I have written my own data binding, so you have control over how cell values get parsed when the data gets validated, and when the data gets committed.
It is still a work in progress, however, since it seems like something that gets asked for a lot, I want to get it out there for the people like me who needed something like this but couldn't find it.