views:

5

answers:

1

In window mobile c#,the data grid is read only in default mode. I want to edit data by programmatically. So, how can i change the data grid in editable mode? Thanks.....

A: 

You probably need an extension similar to this one.

ctacke