views:

17

answers:

1

Hello guys,

is there any table-like widget or control which content can be edited in the .NET Compact Framework 2.0 using Visual Studio 2005? (we could change to a newer version if it need to be)

Otherwise it would be okay if it is possible to identify the column and row in an onClick-event to open an TextBox.

I'm afraid I found nothing in the documentation about that.

A: 

Resco offers an editable grid control for the CF. ComponentOne also offers one.

If you're more of a do-it-yourselfer, then you cna use the data grid extensions. An example for them can be found here.

ctacke