Edit data grid in mobile C # window

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

+3
source share
1 answer

U can create a dynamic grid and set the read-only column property to false. For more information, follow this link http://www.codeproject.com/Questions/323268/How-to-make-a-column-in-datagridview-editable

0
source

Source: https://habr.com/ru/post/1752101/


All Articles