开发者

edit data grid in window mobile c#

开发者 https://www.devze.com 2023-01-04 19:48 出处:网络
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.开发者_运维问答....U can create dyn

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.开发者_运维问答....


U can create dynamic grid and set colum read only property as false .For more details go through this link http://www.codeproject.com/Questions/323268/How-to-make-a-column-in-datagridview-editable

0

精彩评论

暂无评论...
验证码 换一张
取 消